is_within

Function is_within 

Source
pub fn is_within(distance: f64, length: f64) -> bool
Expand description

Whether an intersection point is within an Arc.

  • distance - the along track distance to the point from the start of the Arc.
  • length the length of the Arc.

return true if the intersection point is within the Arc, false otherwise.