Quaternion_Library icon indicating copy to clipboard operation
Quaternion_Library copied to clipboard

A small library that capsulates most commonly used operations on Quaternions. Also a small sample implementation, that rotates an object around an axis, using Quaternions.

Results 1 Quaternion_Library issues
Sort by recently updated
recently updated
newest added

`mtCreateMTQuaternion` requires the angle to be given in radians, but `mtAngleVectorVector` returns an angle in degrees. As these two libraries are intended to be used together it would be nice...