Type Definition Pnt2
rin_math
type Pnt2<T = f32> = Point<T, U2>;
impl<T: Float + BaseNum> InsideRect<T> for Pnt2<T>
fn inside(&self, rect: &Rect<T>) -> bool