Mathter
Mathter copied to clipboard
A flexible and fast matrix, transform and geometry library.
The function `Normalize `on line 71 of QuaternionFunction.h calls a vector function `Normalized` ``` /// Returns the unit quaternion of the same direction. Does not change this object. template Quaternion...
Better for compiler optimization.
Feature request :)
When sending a quaternion to a GLSL shader as a vec4, the Mathter fields (w,x,y,z) will map to (x,y,z,w) in GLSL which is unfortunate. This is also a potential issue...