Type Alias Polygon3D

Source
pub type Polygon3D = Vec<Vec<Point3D>>;
Expand description

Definition of a 3D Polygon

Aliased Typeยง

pub struct Polygon3D { /* private fields */ }