MeshVertex class
#include <FAST/Data/MeshVertex.hpp>
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).
Contents
Constructors, destructors, conversion operators
-
MeshVertex(Vector3f position,
Vector3f normal = Vector3f(0, 0, 0),
Color color = Color::
Null(), uchar label = 0)