NMatrix4x3 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public struct NMatrix4x3 : IEquatable<OpenTK.NMatrix4x3>
type NMatrix4x3 = struct
- 繼承
-
NMatrix4x3
- 實作
建構函式
NMatrix4x3(Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single) |
欄位
M11 | |
M12 | |
M13 | |
M14 | |
M21 | |
M22 | |
M23 | |
M24 | |
M31 | |
M32 | |
M33 | |
M34 |
屬性
Column0 | |
Column1 | |
Column2 | |
Column3 | |
Row0 | |
Row1 | |
Row2 |
方法
Equals(NMatrix4x3) | |
Equals(Object) | |
GetHashCode() | |
ToString() |
運算子
Equality(NMatrix4x3, NMatrix4x3) | |
Inequality(NMatrix4x3, NMatrix4x3) |