Type Definition rust_pathtracer::prelude::RStride
source · pub type RStride<T, R, C = Const<1>> = <<DefaultAllocator as Allocator<T, R, C>>::Buffer as RawStorage<T, R, C>>::RStride;Expand description
The row-stride of the owned data storage for a buffer of dimension (R, C).