Moka controlers
|
Go to the source code of this file.
Functions | |
bool | createObject () |
bool | createPolyline () |
bool | createPolygon () |
bool | createMesh () |
bool | createSphere () |
bool | createCylinder () |
bool | createPyramid () |
bool | createTorus () |
bool | randomizeDarts () |
float | getPolygonEdgesLength () const |
void | setPolygonEdgesLength (float) |
void | setPolygonEdgesNumber (int) |
bool CControlerGMap::createCylinder | ( | ) |
Definition at line 175 of file operations-creation.cc.
bool CControlerGMap::createMesh | ( | ) |
Definition at line 83 of file operations-creation.cc.
bool CControlerGMap::createObject | ( | ) |
Definition at line 32 of file operations-creation.cc.
bool CControlerGMap::createPolygon | ( | ) |
Definition at line 63 of file operations-creation.cc.
bool CControlerGMap::createPolyline | ( | ) |
Definition at line 47 of file operations-creation.cc.
bool CControlerGMap::createPyramid | ( | ) |
Definition at line 198 of file operations-creation.cc.
bool CControlerGMap::createSphere | ( | ) |
Definition at line 220 of file operations-creation.cc.
bool CControlerGMap::createTorus | ( | ) |
Definition at line 241 of file operations-creation.cc.
float CControlerGMap::getPolygonEdgesLength | ( | ) | const |
Accesseurs sur la longueur des arêtes. Ne peuvent pas être dans les parametres, car on a besoin de 2 paramètres différents (CParameterCreation et CParameterObjectPosition).
Definition at line 263 of file operations-creation.cc.
bool CControlerGMap::randomizeDarts | ( | ) |
Definition at line 286 of file operations-creation.cc.
void CControlerGMap::setPolygonEdgesLength | ( | float | AValue | ) |
Definition at line 269 of file operations-creation.cc.
void CControlerGMap::setPolygonEdgesNumber | ( | int | AValue | ) |
Definition at line 279 of file operations-creation.cc.