共用方式為


MatrixHelper.Identity 屬性

定義

取得靜態建構 矩陣 ,其中所建立的值代表 Identity 轉換。 C# 和 Microsoft Visual Basic 程式代碼應該改用 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 轉換。

適用於