use na::Bounded; use na; use math::{Point, Vector}; // FIXME: move this to `utils::`? /// Computes the support point of a cloud of points. #[inline] pub fn point_cloud_support_point
(dir: &P::Vect, points: &[P]) -> P
where P: Point {
let _max: