[][src]Type Definition na::geometry::Point2

type Point2<N> = Point<N, U2>;

A statically sized 2-dimensional column point.

Trait Implementations

impl<T: BaseNum> JoinPnt<T, T> for Point2<T>[src]

type Output = Point3<T>

impl<T: BaseNum> JoinPnt<T, Point<T, U2>> for Point2<T>[src]

type Output = Point4<T>

impl<T: RealField> ToVec<Matrix<T, U2, U1, <DefaultAllocator as Allocator<T, U2, U1>>::Buffer>> for Point2<T>[src]

impl<T: RealField> AsVec<Matrix<T, U2, U1, <DefaultAllocator as Allocator<T, U2, U1>>::Buffer>> for Point2<T>[src]

impl<N: BaseNum> NumPnt<N> for Point2<N>[src]

impl<N: BaseNum + RealField> FloatPnt<N> for Point2<N>[src]

impl<T: Scalar> Swizzles2<T> for Point2<T>[src]

type Swizzle2 = Point2<T>

impl<T: Scalar> Swizzles2Mut<T> for Point2<T>[src]