Struct Matrix4x4Array
Matrix4x4Array structure
Wraps an encoded Memory and exposes it as an IList.
public struct Matrix4x4Array : IList<Matrix4x4>, IReadOnlyList<Matrix4x4>
Constructors
| Name | Description |
|---|---|
| Matrix4x4Array(Memory<byte>, int, EncodingType, bool) | |
| Matrix4x4Array(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) |
See Also
- namespace Aspose.CAD.FileFormats.GLB.Memory
- assembly Aspose.CAD