pub type LineString3D = Vec<Point3D>;
Definition of a 3D LineString
struct LineString3D { /* private fields */ }