共用方式為


MatrixHelper.Identity 屬性

定義

取得靜態建構 的矩陣 ,其中建立的值代表 身分識別 轉換。

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

屬性值

靜態建構 矩陣 ,其中建立的值代表 Identity 轉換。

適用於