Type Alias rust::geometry::Polygon3D

source ·
pub type Polygon3D = Vec<Vec<Point3D>>;
Expand description

Definition of a 3D Polygon

Aliased Type§

struct Polygon3D { /* private fields */ }