#include <BoundingSphere.h>
Diagramme de collaboration de BoundingSphere:

Membres publics | |
| BoundingSphere () | |
| BoundingSphere (const Vector3 ¢er, const Real radius) | |
| BoundingSphere (const BoundingSphere &bound) | |
| virtual | ~BoundingSphere () |
| Vector3 & | getCenter () |
| Real & | getRadius () |
| void | setCenter (const Vector3 ¢er) |
| void | setRadius (const Real radius) |
| void | operator+= (const BoundingSphere &bound) |
| bool | isCollidingWith (BoundingSphere &bound) |
| BoundingSphere | transformBy (Real scale, Matrix33 &rotation, Vector3 &translation) |
Attributs Protégés | |
| Vector3 | center |
| Real | radius |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
1.3.3