Type Alias VectorLine3D

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

A set of 3D points

Aliased Typeยง

struct VectorLine3D { /* private fields */ }