EMODnet Quantized Mesh Generator for Cesium
Public Member Functions | List of all members
WGS84Ellipsoid Class Reference

The WGS84 ellipsoid. More...

#include <ellipsoid.h>

Inheritance diagram for WGS84Ellipsoid:
Ellipsoid

Public Member Functions

 WGS84Ellipsoid ()
 Constructor.
 
- Public Member Functions inherited from Ellipsoid
 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

- Protected Attributes inherited from Ellipsoid
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.
 

Detailed Description

The WGS84 ellipsoid.

An instance of the WGS84 ellipsoid


The documentation for this class was generated from the following file: