Type Definition rin::math::RowVector1[][src]

type RowVector1<N> = Matrix<N, U1, U1, <DefaultAllocator as Allocator<N, U1, U1>>::Buffer>;

A stack-allocated, 1-dimensional row vector.