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