Type Definition rust_pathtracer::prelude::base::MatrixView   
source · pub type MatrixView<'a, T, R, C, RStride = Const<1>, CStride = R> = Matrix<T, R, C, ViewStorage<'a, T, R, C, RStride, CStride>>;Expand description
A matrix view.