MatrixHelper.Identity 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得靜態建構 的矩陣 ,其中建立的值代表 身分識別 轉換。
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 轉換。
適用於