Type Definition rin_math::Pnt2[][src]

type Pnt2<T = f32> = Point<T, U2>;

Trait Implementations

impl<T: Float + BaseNum> InsideRect<T> for Pnt2<T>[src]