Struct Vector4Array
Vector4Array structure
Wraps an encoded Memory and exposes it as an IList.
public struct Vector4Array : IList<Vector4>, IReadOnlyList<Vector4>
Constructors
| Name | Description |
|---|---|
| Vector4Array(Memory<byte>, int, EncodingType, bool) | Initializes a new instance of the Vector4Array struct. |
| Vector4Array(Memory<byte>, int, int, int, EncodingType, bool) | Initializes a new instance of the Vector4Array struct. |
Properties
| Name | Description |
|---|---|
| Count { get; } | |
| Item { get; set; } |
Methods
| Name | Description |
|---|---|
| Contains(Vector4) | |
| CopyTo(Vector4[], int) | |
| Fill(IEnumerable<Vector4>, int) | |
| GetEnumerator() | |
| IndexOf(Vector4) |
See Also
- namespace Aspose.CAD.FileFormats.GLB.Memory
- assembly Aspose.CAD