pub fn is_within(distance: f64, length: f64) -> boolExpand description
Whether an intersection point is within an Arc.
distance- the along track distance to the point from the start of theArc.lengththe length of theArc.
return true if the intersection point is within the Arc, false otherwise.