Class VertexListT
VertexList<T> class
Represent an ordered collection of T vertices, where every vertex is unique.
public class VertexList<T> : IReadOnlyList<T>
where T : struct
Parameter | Description |
---|---|
T | A Vertex type |
Constructors
Name | Description |
---|---|
VertexList() | The default constructor. |
Properties
Name | Description |
---|---|
Count { get; } | |
Item { get; } |
Methods
Name | Description |
---|---|
ApplyTransform(Func<T, T>) | |
CopyTo(VertexList) | |
GetEnumerator() | |
IndexOf(ref T) | |
Use(ref T) |
See Also
- namespace Aspose.CAD.FileFormats.GLB.ToolKit.Collections
- assembly Aspose.CAD