Function nalgebra::to_rotation_matrix
[−]
[src]
pub fn to_rotation_matrix<N, LV, AV, R, M>(r: &R) -> M where R: RotationMatrix<N, LV, AV, Output=M>, M: SquareMatrix<N, LV> + Rotation<AV> + Copy, LV: Mul<M, Output=LV>
Builds a rotation matrix from r
.