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