#include <Opcode.h>
Definition at line 25 of file Opcode.h.
Constructor.
Definition at line 29 of file Opcode.h.
Constructor.
Definition at line 31 of file Opcode.h.
Opcode::Sphere::Sphere |
( |
udword |
nb_verts, |
|
|
const Point * |
verts |
|
) |
| |
Copy constructor.
Definition at line 35 of file Opcode.h.
inline_ Opcode::Sphere::~Sphere |
( |
) | |
|
|
inline |
Destructor.
Definition at line 37 of file Opcode.h.
Tests if a point is contained within the sphere.
- Parameters
-
- Returns
- true if inside the sphere
Definition at line 60 of file Opcode.h.
Tests if a sphere is contained within the sphere.
- Parameters
-
sphere | [in] the sphere to test |
- Returns
- true if inside the sphere
Definition at line 72 of file Opcode.h.
Tests if a box is contained within the sphere.
- Parameters
-
- Returns
- true if inside the sphere
Definition at line 88 of file Opcode.h.
Tests if the sphere intersects another sphere
- Parameters
-
sphere | [in] the other sphere |
- Returns
- true if spheres overlap
Definition at line 120 of file Opcode.h.
Checks the sphere is valid.
- Returns
- true if the box is valid
Definition at line 132 of file Opcode.h.
Point Opcode::Sphere::mCenter |
float Opcode::Sphere::mRadius |
The documentation for this class was generated from the following file: