Type Alias VectorPoly3D

Source
pub type VectorPoly3D = Vec<VectorLine3D>;
Expand description

A set of 3D polygons

Aliased Typeยง

struct VectorPoly3D { /* private fields */ }