Functions | |
void | Show_Sphere (HC_KEY key, HC_POINT *center, float *radius, HC_POINT *axis, HC_POINT *ortho) |
void Show_Sphere | ( | HC_KEY | key, | |
HC_POINT * | center, | |||
float * | radius, | |||
HC_POINT * | axis, | |||
HC_POINT * | ortho | |||
) |
Returns the parameters of a sphere, as defined in a previous call to Insert_Sphere().
key | - Key to a sphere. | |
center | - An x-y-z triplet for the coordinates of center the sphere. Passed by reference. Returned to user. | |
radius | - Length of the radius of the sphere. Passed by reference. Returned to user. | |
axis | - Vector that points in the longtitudal/vertical direction. Passed by reference. Returned to user. | |
ortho | - Vector that points in the latitudal/horizontal direction. Passed by reference. Returned to user. |