Type Alias LineString3D

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

Definition of a 3D LineString

Aliased Typeยง

struct LineString3D { /* private fields */ }