Matrix3x2.Identity Property
Definition
Gets the multiplicative identity matrix.
public:
static property System::Numerics::Matrix3x2 Identity { System::Numerics::Matrix3x2 get(); };
public static System.Numerics.Matrix3x2 Identity { get; }
member this.Identity : System.Numerics.Matrix3x2
Public Shared ReadOnly Property Identity As Matrix3x2
Property Value
The multiplicative identify matrix.