Type Definition na::Point2[][src]

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

A statically sized 2-dimensional column point.

Because this is an alias, not all its methods are listed here. See the Point type too.

Trait Implementations

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

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

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

type Output = Point4<T>

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

type Output = Point3<T>

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

type Field = N

type Coordinates = Vector2<N>

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

type Swizzle2 = Point2<T>

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

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