Class Vertex

Vertex class

Vertex reference, used to access the raw vertex in TriMesh.

public abstract class Vertex : IComparable<Vertex>

Methods

NameDescription
abstract CompareTo(Vertex)Compare the vertex with another vertex instance
ReadDouble(VertexField)Read the double field
ReadFloat(VertexField)Read the float field
ReadFVector2(VertexField)Read the vector2 field
ReadFVector3(VertexField)Read the vector3 field
ReadFVector4(VertexField)Read the vector4 field
ReadVector2(VertexField)Read the vector2 field
ReadVector3(VertexField)Read the vector3 field
ReadVector4(VertexField)Read the vector4 field

See Also