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

type Point1<N> = Point<N, U1>;

A statically sized 1-dimensional column point.

Trait Implementations

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

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

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

type Field = N

type Coordinates = Vector1<N>

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