Go to the source code of this file.
Classes | |
| class | SphereClass |
Macros | |
| #define | SPHERE_H |
Functions | |
| bool | Spheres_Intersect (const SphereClass &s0, const SphereClass &s1) |
| SphereClass | Add_Spheres (const SphereClass &s0, const SphereClass &s1) |
| SphereClass | operator+ (const SphereClass &s0, const SphereClass &s1) |
| SphereClass | Transform_Sphere (const Matrix3D &m, const SphereClass &s) |
| void | Transform_Sphere (const Matrix3D &m, const SphereClass &s, SphereClass &res) |
| SphereClass | operator* (const Matrix3D &m, const SphereClass &s) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |