TransformMatrix
Represents a transformation matrix value.
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.
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)
Creates a (3D) transformation matrix.
Computes the combination of two transform matrices.
Checks for equality with the given other transformation matrix.
Returns the CSS representation of the transformation matrix.