MatrixHelper.Identity Property

Definition

Gets a static constructed Matrix where the values established are representative of an Identity transform.

public:
 static property Matrix Identity { Matrix get(); };
static Matrix Identity();
public static Matrix Identity { get; }
var matrix = MatrixHelper.identity;
Public Shared ReadOnly Property Identity As Matrix

Property Value

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

Applies to