Type Definition nalgebra::base::RowVector4
source · [−]pub type RowVector4<T> = Matrix<T, U1, U4, ArrayStorage<T, 1, 4>>;Expand description
A stack-allocated, 4-dimensional row vector.
pub type RowVector4<T> = Matrix<T, U1, U4, ArrayStorage<T, 1, 4>>;A stack-allocated, 4-dimensional row vector.