Struct Matrix4x3Array
Matrix4x3Array structure
Wraps an encoded Memory and exposes it as an IList.
public struct Matrix4x3Array : IList<Matrix4x4>, IReadOnlyList<Matrix4x4>
Constructors
| Name | Description |
|---|---|
| Matrix4x3Array(Memory<byte>, int, EncodingType, bool) | |
| Matrix4x3Array(Memory<byte>, int, int, int, EncodingType, bool) |
Properties
| Name | Description |
|---|---|
| Count { get; } | |
| Item { get; set; } |
Methods
| Name | Description |
|---|---|
| Contains(Matrix4x4) | |
| CopyTo(Matrix4x4[], int) | |
| Fill(IEnumerable<Matrix4x4>, int) | |
| GetEnumerator() | |
| IndexOf(Matrix4x4) |
Remarks
Vector namespace doesn’t support a 4x3 matrix, so the array is decoded as a Matrix4x3 matrix internally, but exposed as a Matrix4x4.
See Also
- namespace Aspose.CAD.FileFormats.GLB.Memory
- assembly Aspose.CAD