WFMath_RotMatrix (3) Linux Manual Page
WFMath::RotMatrix – A dim dimensional rotation matrix. Technically, a member of the group O(dim). Synopsis #include <rotmatrix.h> Public Member Functions RotMatrix & identity () set the matrix to the identity matrix CoordType elem (const int i, const int j) const get the (i, j) element of the matrix bool setVals (const CoordType vals[dim][dim], double precision=WFMATH_EPSILON)…
