Functions | |
void | Edit_Marker (HC_KEY key, double x, double y, double z) |
void | DEdit_Marker (HC_KEY key, double x, double y, double z) |
void Edit_Marker | ( | HC_KEY | key, | |
double | x, | |||
double | y, | |||
double | z | |||
) |
Edits a marker object as it sits in the database.
key | - Key to a marker object. | |
x | - x-coordinate of the marker in object space. | |
y | - y-coordinate of the marker in object space. | |
z | - z-coordinate of the marker in object space. |
The marker generated always faces to the front on the final screen display.
void DEdit_Marker | ( | HC_KEY | key, | |
double | x, | |||
double | y, | |||
double | z | |||
) |
Similar to Edit_Marker(), but operates on double-precision data.
key | - Key to a marker object. | |
x | - x-coordinate of the marker in object space. | |
y | - y-coordinate of the marker in object space. | |
z | - z-coordinate of the marker in object space. |