Functions | |
void | Translate_Object (double x, double y, double z) |
void | QTranslate_Object (const char *segment, double x, double y, double z) |
void Translate_Object | ( | double | x, | |
double | y, | |||
double | z | |||
) |
Moves objects about within the user data space.
x | - Distance to move along the X -axis. Positive values are towards positive X, of course. | |
y | - Distance to move along the Y -axis. | |
z | - Likewise, along the Z -axis. |
The mathematical transform required is
void QTranslate_Object | ( | const char * | segment, | |
double | x, | |||
double | y, | |||
double | z | |||
) |
Similar to Translate_Object(), but operates on a given segment rather than the currently open one.
segment | - Name of the segment(s) to be changed. | |
x | - Distance to move along the X -axis. Positive values are towards positive X, of course. | |
y | - Distance to move along the Y -axis. | |
z | - Likewise, along the Z -axis. |