![]() |
EMODnet Quantized Mesh Generator for Cesium
|
The WGS84 ellipsoid. More...
#include <ellipsoid.h>
Public Member Functions | |
WGS84Ellipsoid () | |
Constructor. | |
![]() | |
Ellipsoid (const double &rx, const double &ry, const double &rz) | |
Constructor. More... | |
Ellipsoid () | |
Default constructor (all radius set to 0) | |
Ellipsoid (const Ellipsoid &e) | |
Copy constructor. More... | |
double | getRadiusX () const |
Get the X radius of the ellipsoid. | |
double | getRadiusY () const |
Get the Y radius of the ellipsoid. | |
double | getRadiusZ () const |
Get the Z radius of the ellipsoid. | |
void | setRadiusX (const double &rx) |
Set the X radius of the ellipsoid. | |
void | setRadiusY (const double &ry) |
Set the Y radius of the ellipsoid. | |
void | setRadiusZ (const double &rz) |
Set the Z radius of the ellipsoid. | |
Additional Inherited Members | |
![]() | |
double | m_rx |
Radius of the ellipsoid in X. | |
double | m_ry |
Radius of the ellipsoid in Y. | |
double | m_rz |
Radius of the ellipsoid in Z. | |
The WGS84 ellipsoid.
An instance of the WGS84 ellipsoid