Function unit_sphere::vector::intersection::is_within

source ·
pub fn is_within(ref_distance: f64, arc_length: f64) -> bool
Expand description

Whether an intersection point is within an arc

  • ref_distance the distance to the intersection point from the start
  • arc_length the length of the arc.

return true if the point is within the arc, false otherwise.