pub type VectorPoints3D = Vec<Point3D>;
A set of 3D points
struct VectorPoints3D { /* private fields */ }