Type Definition rust_pathtracer::prelude::RowDVector
source · pub type RowDVector<T> = Matrix<T, Const<1>, Dyn, VecStorage<T, Const<1>, Dyn>>;Expand description
A dynamically sized row vector.
pub type RowDVector<T> = Matrix<T, Const<1>, Dyn, VecStorage<T, Const<1>, Dyn>>;A dynamically sized row vector.