MeshVertex.hpp file
Contents
- Reference
Namespaces
- namespace fast
- FAST namespace - All FAST code lives in this namespace.
Classes
- class fast::MeshVertex
- Vertex of a Mesh This class represents a vertex in a Mesh data object. It has a 3D position, and may also have a normal, color, and label (integer).
- class fast::MeshConnection
- A connection between two or more vertices in a Mesh.
- class fast::MeshLine
- Line of a Mesh.
- class fast::MeshTriangle
- Triangle of a Mesh.