Type Definition rust_pathtracer::prelude::RowOVector
source · pub type RowOVector<T, D> = Matrix<T, Const<1>, D, <DefaultAllocator as Allocator<T, Const<1>, D>>::Buffer>;Expand description
An owned D-dimensional row vector.
pub type RowOVector<T, D> = Matrix<T, Const<1>, D, <DefaultAllocator as Allocator<T, Const<1>, D>>::Buffer>;An owned D-dimensional row vector.