Type Definition rust_pathtracer::prelude::Matrix1xX
source · pub type Matrix1xX<T> = Matrix<T, Const<1>, Dyn, VecStorage<T, Const<1>, Dyn>>;Expand description
A heap-allocated, row-major, matrix with 1 rows and a dynamic number of columns.
Because this is an alias, not all its methods are listed here. See the Matrix type too.