Skip to main content

support_3

Function support_3 

Source
pub fn support_3<S>(
    points: &[Point3<S>],
    direction: NonZero3<S>,
) -> (Point3<S>, S)
where S: Ring + PartialOrd,
Expand description

Returns point furthest along given direction together with dot product with the direction vector