Type Definition nalgebra::geometry::PointSum [] [src]

type PointSum<N, D1, D2, SA> = PointBase<N, SameShapeR<D1, D2>, <<SA as Storage<N, D1, U1>>::Alloc as Allocator<N, SameShapeR<D1, D2>, U1>>::Buffer>;

The type of the result of the sum of a point with a vector.