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