|
Public Member Functions |
|
void | Initialize (const DRECT &extents, float fMinHeight, float fMaxHeight) |
|
virtual bool | FindAltitudeOnEarth (const DPoint2 &p, float &fAltitude, bool bTrue=false) const =0 |
| bool | ContainsEarthPoint (const DPoint2 &p, bool bInclusive=false) const |
| DRECT & | GetEarthExtents () |
|
const DRECT & | GetEarthExtents () const |
| virtual void | SetEarthExtents (const DRECT &ext) |
| void | GetHeightExtents (float &fMinHeight, float &fMaxHeight) const |
Protected Attributes |
|
float | m_fMinHeight |
|
float | m_fMaxHeight |
|
DRECT | m_EarthExtents |