Windows apps
Collapse the table of content
Expand the table of content

Matrix4x4::Identity Property

Gets the multiplicative identity matrix.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static property Matrix4x4 Identity {
	Matrix4x4 get ();
}

Property Value

Type: System.Numerics::Matrix4x4
Gets the multiplicative identity matrix.
Show:
© 2017 Microsoft