Enum Matrix4x4Factory.MatrixCheck
Matrix4x4Factory.MatrixCheck enumeration
[Flags]
public enum MatrixCheck
Values
| Name | Value | Description |
|---|---|---|
| None | 0 | |
| Finite | 1 | |
| NonZero | 2 | |
| Identity | 4 | |
| IdentityColumn4 | 8 | |
| Invertible | 10 | |
| Decomposable | 20 | |
| PositiveDeterminant | 40 | |
| LocalTransform | 3A | |
| WorldTransform | 1A | |
| InverseBindMatrix | 1A |
See Also
- class Matrix4x4Factory
- namespace Aspose.CAD.FileFormats.GLB.Transforms
- assembly Aspose.CAD