pub fn support3<S>(
points: &[Point3<S>],
direction: NonZero3<S>,
) -> (Point3<S>, S)where
S: Ring + PartialOrd,Available on crate feature
math-utils only.Expand description
Returns point furthest along given direction together with dot product with the direction vector