#include <box.h>
Public Member Functions | |
| Box3D () | |
| void | Zero () |
| void | operator= (Box3D &source) |
| void | Draw () |
| void | CenterIt () |
Public Attributes | |
| Material | material |
| Coordonate< GLfloat > | coor |
| Coordonate< GLfloat > | delta |
Definition at line 33 of file box.h.
|
|
Definition at line 41 of file box.h. References Zero(). |
|
|
Definition at line 106 of file box.h. References coor, delta, Coordonate< GLfloat >::x, Coordonate< GLfloat >::y, and Coordonate< GLfloat >::z. Referenced by ControlEngine::DrawLight(). |
|
|
Definition at line 60 of file box.h. References coor, delta, material, Material::Use(), Coordonate< GLfloat >::x, Coordonate< GLfloat >::y, and Coordonate< GLfloat >::z. Referenced by ControlEngine::DrawLight(). |
|
|
|
|
|
Definition at line 46 of file box.h. References coor, delta, material, Material::Zero(), and Coordonate< GLfloat >::Zero(). Referenced by Box3D(). |
|
|
Definition at line 37 of file box.h. Referenced by CenterIt(), Draw(), ControlEngine::DrawLight(), ControlEngine::MajLights(), operator=(), and Zero(). |
|
|
Definition at line 38 of file box.h. Referenced by CenterIt(), Draw(), ControlEngine::MajLights(), operator=(), and Zero(). |
|
|
Definition at line 36 of file box.h. Referenced by Draw(), ControlEngine::MajLights(), operator=(), and Zero(). |
1.3.6