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