Matrix3DHelper.Identity Property

Definition

Gets a static constructed Matrix3D where the values established are representative of an Identity transform. C# and Microsoft Visual Basic code should use Identity instead.

public:
 static property Matrix3D Identity { Matrix3D get(); };
static Matrix3D Identity();
public static Matrix3D Identity { get; }
var matrix3D = Matrix3DHelper.identity;
Public Shared ReadOnly Property Identity As Matrix3D

Property Value

A static constructed Matrix3D where the values established are representative of an Identity transform.

Applies to