Type Definition bevy_rapier2d::prelude::nalgebra::base::storage::CStride[][src]

type CStride<T, R, C = Const<1_usize>> = <<DefaultAllocator as Allocator<T, R, C>>::Buffer as Storage<T, R, C>>::CStride;
Expand description

The column-stride of the owned data storage for a buffer of dimension (R, C).