Functions | |
HC_BOOLEAN | Show_Circular_Center (HC_KEY key, float *x, float *y, float *z) |
HC_BOOLEAN | DShow_Circular_Center (HC_KEY key, double *x, double *y, double *z) |
HC_BOOLEAN Show_Circular_Center | ( | HC_KEY | key, | |
float * | x, | |||
float * | y, | |||
float * | z | |||
) |
Returns the center point of a given circle-based primitive.
x | - X-coordinate of the centerpoint. Passed by reference. Returned to user. | |
y | - Y-coordinate of the centerpoint. Passed by reference. Returned to user. | |
z | - Z-coordinate of the centerpoint. Passed by reference. Returned to user. |
HC_BOOLEAN DShow_Circular_Center | ( | HC_KEY | key, | |
double * | x, | |||
double * | y, | |||
double * | z | |||
) |
Similar to Show_Circular_Center(), but operates on double-precision data.
x | - X-coordinate of the centerpoint. Passed by reference. Returned to user. | |
y | - Y-coordinate of the centerpoint. Passed by reference. Returned to user. | |
z | - Z-coordinate of the centerpoint. Passed by reference. Returned to user. |