#include <BoundingSphere.h>
ge::BoundingSphere::BoundingSphere |
( |
| ) |
|
|
inline |
ge::BoundingSphere::~BoundingSphere |
( |
| ) |
|
|
inline |
void ge::BoundingSphere::clear |
( |
| ) |
|
void ge::BoundingSphere::create |
( |
const vmml::Vector3d & |
_midPoint, |
|
|
double |
radius |
|
) |
| |
const vmml::Vector3d ge::BoundingSphere::getMidPoint |
( |
| ) |
const |
double ge::BoundingSphere::getRadius |
( |
| ) |
const |
double ge::BoundingSphere::intersect |
( |
const vmml::Vector3d & |
_point | ) |
const |
bool ge::BoundingSphere::isPointInside |
( |
vmml::Vector3d |
_position | ) |
const |
void ge::BoundingSphere::set |
( |
const vmml::Vector3d & |
_midPoint, |
|
|
double |
_radius |
|
) |
| |
void ge::BoundingSphere::setMidPoint |
( |
const vmml::Vector3d & |
_midPoint | ) |
|
void ge::BoundingSphere::setRadius |
( |
double |
_radius | ) |
|
The documentation for this class was generated from the following files:
- /Users/mthoeny/Development/gis_globeEngine/trunk/src/globeEngineCore/include/BoundingSphere.h
- /Users/mthoeny/Development/gis_globeEngine/trunk/src/globeEngineCore/src/BoundingSphere.cpp