|
Matrix4x4Identity 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 Matrix4x4 Identity { get; }
Public Shared ReadOnly Property Identity As Matrix4x4
Get
public:
static property Matrix4x4 Identity {
Matrix4x4 get ();
}
static member Identity : Matrix4x4 with get
Property Value
Type:
Matrix4x4
See Also