Type Definition rust_pathtracer::prelude::RowVector6
source · pub type RowVector6<T> = Matrix<T, Const<1>, Const<6>, ArrayStorage<T, 1, 6>>;Expand description
A stack-allocated, 6-dimensional row vector.
pub type RowVector6<T> = Matrix<T, Const<1>, Const<6>, ArrayStorage<T, 1, 6>>;A stack-allocated, 6-dimensional row vector.