Function unit_sphere::vector::intersection::closest_intersection_point
source ยท pub fn closest_intersection_point(
intersection: &Vector3d,
centre: Option<Vector3d>,
) -> Vector3dExpand description
Determine the closest intersection point to the centre of the Arcs.
intersectiona great circle intersection point.centrethe centre of theArcs mid points.
returns intersection if centre cannot be normalized or intersection
and centre are in the same hemisphere. Otherwise, it returns the
antipodal intersection point.