matrix_3x2d

Undocumented in source.

Members

Structs

Matrix3x2d
struct Matrix3x2d

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>

Meta