Type Definition na::Point5[][src]

type Point5<N> = Point<N, U5>;

A statically sized 5-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, U5, U1, <DefaultAllocator as Allocator<T, U5, U1>>::Buffer>> for Point5<T>[src]

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

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

type Field = N

type Coordinates = Vector5<N>

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

type Swizzle2 = Point2<T>

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

impl<T: Scalar> Swizzles3<T> for Point5<T>[src]

type Swizzle3 = Point3<T>

impl<T: Scalar> Swizzles3Mut<T> for Point5<T>[src]

impl<T: Scalar> Swizzles4<T> for Point5<T>[src]

type Swizzle4 = Point4<T>

impl<T: Scalar> Swizzles4Mut<T> for Point5<T>[src]

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