Functions | |
void | Show_Cylinder (HC_KEY key, HC_POINT *p1, HC_POINT *p2, float *radius, char *cap) |
void | DShow_Cylinder (HC_KEY key, HCD_POINT *p1, HCD_POINT *p2, double *radius, char *cap) |
void Show_Cylinder | ( | HC_KEY | key, | |
HC_POINT * | p1, | |||
HC_POINT * | p2, | |||
float * | radius, | |||
char * | cap | |||
) |
Returns the previous definition of a cylinder, as referenced by a key.
key | - The unique identifier returned by a previous call to Insert_Cylinder() | |
p1 | - Center of the first end of the cylinder. Returned to user. Passed by reference always. | |
p2 | - Center of the second end of the cylinder. Returned to user. Passed by reference always. | |
radius | - Radius of the cylinder. Returned to user. Passed by reference always. | |
cap | - String specifying which ends to cap, either "first", "second", or "both". Returned to user. Passed by reference always. |
void DShow_Cylinder | ( | HC_KEY | key, | |
HCD_POINT * | p1, | |||
HCD_POINT * | p1, | |||
double * | radius, | |||
char * | cap | |||
) |
Returns the previous definition of a cylinder, as referenced by a key.
key | - The unique identifier returned by a previous call to Insert_Cylinder() | |
p1 | - Center of the first end of the cylinder. Returned to user. Passed by reference always. | |
p2 | - Center of the second end of the cylinder. Returned to user. Passed by reference always. | |
radius | - Radius of the cylinder. Returned to user. Passed by reference always. | |
cap | - String specifying which ends to cap, either "first", "second", or "both". Returned to user. Passed by reference always. |