Matrix2 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[System.Serializable]
public struct Matrix2 : IEquatable<OpenTK.Matrix2>
type Matrix2 = struct
- 继承
-
Matrix2
- 属性
- 实现
构造函数
| Matrix2(Matrix2) | |
| Matrix2(Single, Single, Single, Single) | |
| Matrix2(Single[]) |
字段
| Identity | |
| R0C0 | |
| R0C1 | |
| R1C0 | |
| R1C1 | |
| Zero |
属性
| Determinant | |
| Item[Int32, Int32] | |
| Item[Int32] |
方法
运算符
| Explicit(Matrix2 to IntPtr) | |
| Explicit(Matrix2 to Single[]) | |
| Explicit(Matrix2 to Single*) |