-
Notifications
You must be signed in to change notification settings - Fork 138
-
I'm trying to applying a rotation quaternion to a Vector3D and I'm not seeing any support in the library. I don't see any functions (or operators) that interact with vectors and quaternions. I ended up writting my own extension functions to apply the rotation quaternion qpq*.
Is there an opportunity to add these quaternion/vector interactions to the library, or is there a reason not to (e.g. because quaternions go beyond just rotations)?
Alternatively, would it be better to introduce a Rotation3D class that can be initialized by a quaternion, axis/angle, euler angles, or a matrix, and also return the other forms?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment