
Public Member Functions | |
| BoundingSphere () | |
| BoundingSphere (const BoundingSphere &bs) | |
| BoundingSphere (const base::Point3 ¢er, Real radius) | |
| ~BoundingSphere () | |
| base::Point3 | center () const |
| Real | radius () const |
Protected Attributes | |
| base::Point3 | mCenter |
| Real | mRadius |
|
|
Definition at line 39 of file BoundingSphere. |
|
|
Definition at line 40 of file BoundingSphere. |
|
||||||||||||
|
Definition at line 42 of file BoundingSphere. References mCenter, mRadius, and base::Point3. |
|
|
Definition at line 44 of file BoundingSphere. |
|
|
Definition at line 46 of file BoundingSphere. References mCenter, and base::Point3. |
|
|
Definition at line 47 of file BoundingSphere. References mRadius. |
|
|
Definition at line 50 of file BoundingSphere. Referenced by BoundingSphere(), and center(). |
|
|
Definition at line 51 of file BoundingSphere. Referenced by BoundingSphere(), and radius(). |
1.3.6