Type Definition na::Point6[][src]

type Point6<N> = Point<N, U6>;

A statically sized 6-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, U6, U1, <DefaultAllocator as Allocator<T, U6, U1>>::Buffer>> for Point6<T>[src]

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

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

type Field = N

type Coordinates = Vector6<N>

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

type Swizzle2 = Point2<T>

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

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

type Swizzle3 = Point3<T>

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

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

type Swizzle4 = Point4<T>

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

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