Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
csEllipsoid Class Reference
[Geometry utilities]
This class represents an ellipsoid.
More...
#include <csgeom/sphere.h>
Public Member Functions | |
csEllipsoid (const csEllipsoid &s) | |
Copy Constructor. | |
csEllipsoid (const csVector3 ¢er, const csVector3 &radius) | |
Create a new ellipsoid. | |
csEllipsoid () | |
Create a new empty ellipsoid at (0,0,0). | |
const csVector3 & | GetCenter () const |
Get the center of this ellipsoid. | |
csVector3 & | GetCenter () |
Get the center of this ellipsoid. | |
const csVector3 & | GetRadius () const |
Get the radius of this ellipsoid. | |
csVector3 & | GetRadius () |
Get the radius of this ellipsoid. | |
void | SetCenter (const csVector3 &c) |
Set the center of this ellipsoid. | |
void | SetRadius (const csVector3 &r) |
Set the radius of this ellipsoid. |
Detailed Description
This class represents an ellipsoid.
Definition at line 89 of file sphere.h.
Constructor & Destructor Documentation
|
Create a new empty ellipsoid at (0,0,0).
|
|
Create a new ellipsoid.
|
|
Copy Constructor.
|
Member Function Documentation
|
Get the center of this ellipsoid.
|
|
Get the center of this ellipsoid.
|
|
Get the radius of this ellipsoid.
|
|
Get the radius of this ellipsoid.
|
|
Set the center of this ellipsoid.
|
|
Set the radius of this ellipsoid.
|
The documentation for this class was generated from the following file:
- csgeom/sphere.h
Generated for Crystal Space by doxygen 1.4.4