Functions | |
void | Show_Marker (HC_KEY key, float *x, float *y, float *z) |
void | DShow_Marker (HC_KEY key, float *x, float *y, float *z) |
void Show_Marker | ( | HC_KEY | key, | |
float * | x, | |||
float * | y, | |||
float * | z | |||
) |
Returns the position of a marker, as referenced by a key.
key | - Unique numeric identifier pointing to a marker in the database. | |
x | - Coordinates of the marker in object space. Returned to user. Passed by reference always. | |
y | - | |
z | - |
void DShow_Marker | ( | HC_KEY | key, | |
float * | x, | |||
float * | y, | |||
float * | z | |||
) |
Similar to Show_Marker, but accepts and/or returns double-precision values. This command can only be used when the application source includes the HOOPS double-precision header, hcd.h.
key | - Unique numeric identifier pointing to a marker in the database. | |
x | - Coordinates of the marker in object space. Returned to user. Passed by reference always. | |
y | - | |
z | - |