IMP
2.2.0
The Integrative Modeling Platform
|
A simple class for returning XYZ Euler angles. More...
#include <IMP/algebra/Rotation3D.h>
Public Member Functions | |
FixedXYZ (double x, double y, double z) | |
double | get_x () const |
double | get_y () const |
double | get_z () const |
void | show (std::ostream &out=std::cout) const |
Definition at line 413 of file Rotation3D.h.