![]() |
Blender V2.61 - r43446
|
#include <SPHERE.h>

Public Member Functions | |
| SPHERE (float x, float y, float z, float radius) | |
| virtual | ~SPHERE () |
| bool | inside (float x, float y, float z) |
| SPHERE::SPHERE | ( | float | x, |
| float | y, | ||
| float | z, | ||
| float | radius | ||
| ) |
Definition at line 32 of file SPHERE.cpp.
| SPHERE::~SPHERE | ( | ) | [virtual] |
Definition at line 40 of file SPHERE.cpp.
| bool SPHERE::inside | ( | float | x, |
| float | y, | ||
| float | z | ||
| ) | [virtual] |
Implements OBSTACLE.
Definition at line 45 of file SPHERE.cpp.