pub fn support2<S>(
points: &[Point2<S>],
direction: NonZero2<S>,
) -> (Point2<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