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) |