pub fn support2<S>( points: &[Point2<S>], direction: NonZero2<S>, ) -> (Point2<S>, S)where S: Ring + PartialOrd,
Returns point furthest along given direction together with dot product with the direction vector