Functions | |
void | Move_Image (HC_KEY key, double x, double y, double z) |
void | DMove_Image (HC_KEY key, double x, double y, double z) |
void Move_Image | ( | HC_KEY | key, | |
double | x, | |||
double | y, | |||
double | z | |||
) |
Changes the location, in object space, of a previously-inserted Image.
key | - The numeric identifier returned by a previous call to Insert_Image() or Insert_Image_By_Ref() . | |
x | - The new coordinates for the center of the image. | |
y | - | |
z | - |
void DMove_Image | ( | HC_KEY | key, | |
double | x, | |||
double | y, | |||
double | z | |||
) |
Similar to Move_Image() 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 | - The numeric identifier returned by a previous call to DInsert_Image(). | |
x | - The new coordinates for the center of the image. | |
y | - | |
z | - |