pub fn clip_multi_polygon<M: Clone + Default>(
geometry: &VectorMultiPolygonGeometry<M>,
axis: Axis,
k1: f64,
k2: f64,
) -> Option<VectorGeometry<M>>Expand description
Clip a MultiPolygon geometry to an axis and range
pub fn clip_multi_polygon<M: Clone + Default>(
geometry: &VectorMultiPolygonGeometry<M>,
axis: Axis,
k1: f64,
k2: f64,
) -> Option<VectorGeometry<M>>Clip a MultiPolygon geometry to an axis and range