Vulcan
Aerospace Engineering Utilities Built on Janus
Loading...
Searching...
No Matches
QuaternionUtils.hpp
Go to the documentation of this file.
1// Vulcan Quaternion Utilities
2// Convenience functions for quaternion-based coordinate transformations
3//
4// NOTE: This file now re-exports functions from the unified rotations library.
5// For new code, prefer including <vulcan/rotations/Rotations.hpp> directly.
6#pragma once
7
11
12// All functions are now defined in the rotations module and re-exported here
13// for backward compatibility.