Type Definition na::RowVector3

source ·
pub type RowVector3<N> = Matrix<N, U1, U3, <DefaultAllocator as Allocator<N, U1, U3>>::Buffer>;
Expand description

A stack-allocated, 3-dimensional row vector.