Function unit_sphere::vector::intersection::is_within
source · pub fn is_within(ref_distance: f64, arc_length: f64) -> boolExpand description
Whether an intersection point is within an arc
ref_distancethe distance to the intersection point from the startarc_lengththe length of the arc.
return true if the point is within the arc, false otherwise.