Public Member Functions | |
| GeospatialExtents () | |
| GeospatialExtents (double xmin, double ymin, double xmax, double ymax, bool isGeographic) | |
| double & | xMin () |
| double | xMin () const |
| double & | yMin () |
| double | yMin () const |
| double & | xMax () |
| double | xMax () const |
| double & | yMax () |
| double | yMax () const |
| void | init () |
| bool | valid () const |
| double | radius () const |
| double | radius2 () const |
| GeospatialExtents | intersection (const GeospatialExtents &e, double xoffset) const |
| bool | intersects (const GeospatialExtents &bb) const |
| void | expandBy (const osg::BoundingSphere &sh) |
| void | expandBy (const osg::Vec3 &v) |
| void | expandBy (const GeospatialExtents &e) |
Public Attributes | |
| osg::Vec2d | _min |
| osg::Vec2d | _max |
| bool | _isGeographic |
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Return true if this bounding box intersects the specified bounding box. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6