☰
MatrixVec
In nalgebra::base
?
Type Definition
nalgebra
::
base
::
MatrixVec
source
·
[
−
]
pub type MatrixVec<T, R, C> =
VecStorage
<T, R, C>;
👎
Deprecated: renamed to
VecStorage
Expand description
Renamed to
VecStorage
.