TransformMatrix
Represents a transformation matrix value.
http://dev.w3.org/csswg/css-transforms/#mathematical-description
Gets the unity matrix.
Gets the zero matrix.
Gets the element of the 1st row, 1st column.
Gets the element of the 1st row, 2nd column.
Gets the element of the 1st row, 3rd column.
Gets the element of the 2nd row, 1st column.
Gets the element of the 2nd row, 2nd column.
Gets the element of the 2nd row, 3rd column.
Gets the element of the 3rd row, 1st column.
Gets the element of the 3rd row, 2nd column.
Gets the element of the 3rd row, 3rd column.
Gets the x-element of the translation vector.
Gets the y-element of the translation vector.
Gets the z-element of the translation vector.
Creates a new transformation matrix from a 1D-array.
public TransformMatrix(float m11, float m12, float m13, float m21, float m22, float m23, float m31, float m32, float m33, float tx, float ty, float tz, float px, float py, float pz)
Creates a transformation matrix.
Checks for equality with the given other transformation matrix.