Type Definition nalgebra::base::Matrix3x1 [−][src]
type Matrix3x1<N> = MatrixMN<N, U3, U1>;
A stack-allocated, column-major, 3x1 matrix.
type Matrix3x1<N> = MatrixMN<N, U3, U1>;
A stack-allocated, column-major, 3x1 matrix.