Type Definition nalgebra::base::Matrix3

source ·
pub type Matrix3<N> = MatrixN<N, U3>;
Expand description

A stack-allocated, column-major, 3x3 square matrix.

Implementations§

Builds a 2 dimensional homogeneous rotation matrix from an angle in radian.

Trait Implementations§

Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.