rotmat_3d

3D rotation matrix, around one of the 3 canonical axis.

Namespace: dsp::geo

Prototype

Eigen::Matrix<T, 3, 3> dsp::geo::rotmat_3d(T α, int axe)

Parameters

axeAxis number (0, 1 or 2).

Description