Share via


Matrix4 Members

Kinect for Windows 1.5, 1.6, 1.7, 1.8

The following table(s) list the members exposed by the Matrix4 type.

Public Properties

Name Description
Public Property Static Identity Gets the identify matrix.
Public Property M11 Gets or sets the value in row 1, column 1.
Public Property M12 Gets or sets the value in row 1, column 2.
Public Property M13 Gets or sets the value in row 1, column 3.
Public Property M14 Gets or sets the value in row 1, column 4.
Public Property M21 Gets or sets the value in row 2, column 1.
Public Property M22 Gets or sets the value in row 2, column 2.
Public Property M23 Gets or sets the value in row 2, column 3.
Public Property M24 Gets or sets the value in row 2, column 4.
Public Property M31 Gets or sets the value in row 3, column 1.
Public Property M32 Gets or sets the value in row 3, column 2.
Public Property M33 Gets or sets the value in row 3, column 3.
Public Property M34 Gets or sets the value in row 3, column 4.
Public Property M41 Gets or sets the value in row 4, column 1.
Public Property M42 Gets or sets the value in row 4, column 2.
Public Property M43 Gets or sets the value in row 4, column 3.
Public Property M44 Gets or sets the value in row 4, column 4.

Public Methods

Name Description
Public Method Equals Overloaded. Compares two objects to see if they contain the same data.
Public Method GetHashCode Gets the hash code for a Matrix4.
Public Method Static op_Equality Compares two Matrix4 objects for equality.
Public Method Static op_Inequality Compares two Matrix4 objects for inequality.

See Also

Reference

Matrix4 Structure
Microsoft.Kinect Namespace