Contains the definition of a 3x2 matrix of doubles, and associated functions to transform
it. The matrix is column-major to match OpenGL's interpretation, and it looks like this:
<p>
m00 m10 m20<br>
m01 m11 m21<br>
Contains the definition of a 3x2 matrix of doubles, and associated functions to transform
it. The matrix is column-major to match OpenGL's interpretation, and it looks like this:
<p>
m00 m10 m20<br>
m01 m11 m21<br>
Contains the definition of a 3x2 matrix of doubles, and associated functions to transform it. The matrix is column-major to match OpenGL's interpretation, and it looks like this: <p> m00 m10 m20<br> m01 m11 m21<br>
@author Kai Burjack