|
Matrix3x2Identity Property
|
Gets the multiplicative identity matrix.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static Matrix3x2 Identity { get; }
Public Shared ReadOnly Property Identity As Matrix3x2
Get
public:
static property Matrix3x2 Identity {
Matrix3x2 get ();
}
static member Identity : Matrix3x2 with get
Property Value
Type:
Matrix3x2
See Also