[−][src]Function pbrt::core::geometry::pnt2_min_pnt2
pub fn pnt2_min_pnt2<T>(pa: Point2<T>, pb: Point2<T>) -> Point2<T> where
T: Ord,
Apply std::cmp::min operation component-wise.
pub fn pnt2_min_pnt2<T>(pa: Point2<T>, pb: Point2<T>) -> Point2<T> where
T: Ord,
Apply std::cmp::min operation component-wise.