Vertex
Overview
Vertex is a class in Aspose.3D FOSS for .NET.
Inherits from: IComparable<Vertex>.
Vertex.CompareTo compares this vertex with another Vertex for sorting order.
Methods
| Signature | Description |
|---|---|
CompareTo(other: Vertex) | Compares this vertex with another Vertex for sorting order |
ReadVector4(field: VertexField) | Reads a double‑precision Vector4 from the specified VertexField |
ReadFVector4(field: VertexField) | Reads a single‑precision Vector4 from the specified VertexField |
ReadVector3(field: VertexField) | Reads a double‑precision Vector3 from the specified VertexField |
ReadFVector3(field: VertexField) | Reads a single‑precision Vector3 from the specified VertexField |
ReadVector2(field: VertexField) | Reads a double‑precision Vector2 from the specified VertexField |
ReadFVector2(field: VertexField) | Reads a single‑precision Vector2 from the specified VertexField |
ReadDouble(field: VertexField) | Reads a double value from the specified VertexField |
ReadFloat(field: VertexField) | Reads a float value from the specified VertexField |