#include <IMP/algebra/Ellipsoid3D.h>
|
| Ellipsoid3D (const Vector3D ¢er, double radius_x, double radius_y, double radius_z, const Rotation3D &rot) |
|
const Vector3D & | get_center () const |
|
double | get_radius (unsigned int i) const |
|
const Rotation3D & | get_rotation () const |
|
const Transformation3D | get_transformation () const |
|
void | show (std::ostream &out=std::cout) const |
|
Represent an ellispoid in 3D.
- Note
- This class is a geometric primitive. Also, this class is not not initialized by its default constructor.
Definition at line 23 of file Ellipsoid3D.h.
The documentation for this class was generated from the following file: