Vertex class

Vertex class

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

The Vertex type exposes the following members:

Methods

MethodDescription
compare_toCompare the vertex with another vertex instance
read_vector4Read the vector4 field
read_f_vector4Read the vector4 field
read_vector3Read the vector3 field
read_f_vector3Read the vector3 field
read_vector2Read the vector2 field
read_f_vector2Read the vector2 field
read_doubleRead the double field
read_floatRead the float field

See Also