Matrix3x2::Identity Property

Gets the multiplicative identity matrix.

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

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

Property Value

Type: System.Numerics::Matrix3x2
The multiplicative identify matrix.
Show: