Type Alias VectorPoints3D

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

A set of 3D points

Aliased Typeยง

struct VectorPoints3D { /* private fields */ }