pub type MatrixVec<T, R, C> = VecStorage<T, R, C>;๐Deprecated: renamed to
VecStorageExpand description
Renamed to VecStorage.
Aliased Typeยง
pub struct MatrixVec<T, R, C> { /* private fields */ }pub type MatrixVec<T, R, C> = VecStorage<T, R, C>;VecStorageRenamed to VecStorage.
pub struct MatrixVec<T, R, C> { /* private fields */ }