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 at the specified indices.
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(double m11, double m12, double m13, double m21, double m22, double m23, double m31, double m32, double m33, double tx, double ty, double tz, double px, double py, double pz)
Creates a transformation matrix.
Checks for equality with the given other transformation matrix.