Table of Contents

Class VertexList<T>

Namespace
Aspose.CAD.FileFormats.GLB.ToolKit.Collections
Assembly
Aspose.CAD.dll

Represent an ordered collection of T vertices, where every vertex is unique.

public class VertexList<T> : IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable where T : struct

Type Parameters

T

A Vertex type

Inheritance
VertexList<T>
Implements
Inherited Members

Constructors

VertexList()

Properties

Count
this[int]

Methods

ApplyTransform(Func<T, T>)
CopyTo(VertexList<T>)
GetEnumerator()
IndexOf(in T)
Use(in T)