|
NAMD
|
Go to the source code of this file.
Macros | |
| #define | VMD_PI 3.14159265358979323846 |
| #define | VMD_TWOPI (2.0 * VMD_PI) |
| #define | DEGTORAD(a) (a*VMD_PI/180.0) |
| #define | RADTODEG(a) (a*180.0/VMD_PI) |
| #define | MATSWAP(a, b) {temp=(a);(a)=(b);(b)=temp;} |
Functions | |
| void | trans_from_rotate (const double mat3[9], Matrix4 *mat4) |
| Transform 3x3 into 4x4 matrix: More... | |
| void | print_Matrix4 (const Matrix4 *mat4) |
| Print formatted matrix. More... | |
| #define DEGTORAD | ( | a | ) | (a*VMD_PI/180.0) |
Definition at line 31 of file Matrix4.C.
Referenced by Matrix4::rot().
| #define MATSWAP | ( | a, | |
| b | |||
| ) | {temp=(a);(a)=(b);(b)=temp;} |
Definition at line 109 of file Matrix4.C.
Referenced by Matrix4::inverse().
| #define RADTODEG | ( | a | ) | (a*180.0/VMD_PI) |
Definition at line 32 of file Matrix4.C.
Referenced by Matrix4::rotate_axis(), Matrix4::transvec(), and Matrix4::transvecinv().
| void print_Matrix4 | ( | const Matrix4 * | mat4 | ) |
| void trans_from_rotate | ( | const double | mat3[9], |
| Matrix4 * | mat4 | ||
| ) |
1.8.14