-
Notifications
You must be signed in to change notification settings - Fork 26
Misc math functions
Alessandro Febretti edited this page Feb 8, 2014
·
3 revisions
Converts euler angles to a quaternion. Angles are specified in radians.
Converts euler angles to a quaternion. Angles are specified in degrees.
Converts a quaternion to euler angles. The returned vector contains pitch, yaw and roll in the x, y, and z vector components respectively. Angles are specified in radians.
Converts a quaternion to euler angles. The returned vector contains pitch, yaw and roll in the x, y, and z vector components respectively. Angles are specified in degrees.