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