Vertex — Aspose.3D FOSS TypeScript API Reference

Vertex — Vertex class in the Aspose.3D FOSS TypeScript API..

Package: aspose.threed


Methods

MethodReturnsDescription
compare(other: Vertex)number
compareTo(other: Vertex)number
readVector4(field: VertexField)Vector4
readFVector4(field: VertexField)FVector4
readVector3(field: VertexField)Vector3
readFVector3(field: VertexField)FVector3
readVector2(field: VertexField)Vector2
readFVector2(field: VertexField)FVector2
readDouble(field: VertexField)number
readFloat(field: VertexField)number

See Also