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