[][src]Function pbrt::core::geometry::pnt2_inside_exclusive

pub fn pnt2_inside_exclusive<T>(pt: &Point2<T>, b: &Bounds2<T>) -> bool where
    T: PartialOrd

Is a 2D point inside a 2D bound?