#include <queryinterpret.h>
void AP_LSystem::QueryInterpret::bindWord |
( |
LongString * |
str | ) |
|
|
inline |
Bind word with interpreter. Interpreter uses this word if update is needed (calling update() method).
double AP_LSystem::QueryInterpret::headingX |
( |
| ) |
|
|
inline |
x coordinate of turtle heading vector
double AP_LSystem::QueryInterpret::headingY |
( |
| ) |
|
|
inline |
y coordinate of turtle heading vector
double AP_LSystem::QueryInterpret::headingZ |
( |
| ) |
|
|
inline |
z coordinate of turtle heading vector
double AP_LSystem::QueryInterpret::leftX |
( |
| ) |
|
|
inline |
x coordinate of turtle left vector
double AP_LSystem::QueryInterpret::leftY |
( |
| ) |
|
|
inline |
y coordinate of turtle left vector
double AP_LSystem::QueryInterpret::leftZ |
( |
| ) |
|
|
inline |
z coordinate of turtle left vector
double AP_LSystem::QueryInterpret::positionX |
( |
| ) |
|
|
inline |
x coordinate of turtle position vector
double AP_LSystem::QueryInterpret::positionY |
( |
| ) |
|
|
inline |
y coordinate of turtle position vector
double AP_LSystem::QueryInterpret::positionZ |
( |
| ) |
|
|
inline |
z coordinate of turtle position vector
double AP_LSystem::QueryInterpret::upX |
( |
| ) |
|
|
inline |
x coordinate of turtle up vector
double AP_LSystem::QueryInterpret::upY |
( |
| ) |
|
|
inline |
y coordinate of turtle up vector
double AP_LSystem::QueryInterpret::upZ |
( |
| ) |
|
|
inline |
z coordinate of turtle up vector
The documentation for this class was generated from the following files: