次の方法で共有


NMatrix4x3 構造体

定義

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)

適用対象