LevelS C++ support library  3.83
rotmatrix Member List

This is the complete list of members for rotmatrix, including all inherited members.

Extract_CPAC_Euler_Angles(double &alpha, double &beta, double &gamma) constrotmatrix
Make_Axis_Rotation_Transform(const vec3 &axis, double angle)rotmatrix
Make_CPAC_Euler_Matrix(double alpha, double beta, double gamma)rotmatrix
matmult(const rotmatrix &a, const rotmatrix &b, rotmatrix &res)rotmatrixrelated
operator*(const rotmatrix &a, const rotmatrix &b)rotmatrixrelated
operator<<(std::ostream &os, const rotmatrix &mat)rotmatrixrelated
rotmatrix(double a00, double a01, double a02, double a10, double a11, double a12, double a20, double a21, double a22)rotmatrixinline
rotmatrix(const vec3 &a, const vec3 &b, const vec3 &c)rotmatrix
SetToIdentity()rotmatrix
SetToZero()rotmatrix
toAxisAngle(vec3 &axis, double &angle) constrotmatrix
Transform(const vec3 &vec) constrotmatrixinline
Transform(const vec3 &vec, vec3 &vec2) constrotmatrixinline
Transpose()rotmatrix
TransposeTimes(const rotmatrix &a, const rotmatrix &b, rotmatrix &res)rotmatrixrelated

Generated on Wed Nov 13 2024 12:18:16 for LevelS C++ support library