ConvertedGeometryList

Type Alias ConvertedGeometryList 

Source
pub type ConvertedGeometryList<M> = Vec<ConvertedGeometry<M>>;
Expand description

A list of converted geometries

Aliased Typeยง

pub struct ConvertedGeometryList<M> { /* private fields */ }