Functions | |
void | Show_Circle (HC_KEY key, HC_POINT *point1, HC_POINT *point2, HC_POINT *point3) |
void | DShow_Circle (HC_KEY key, HCD_POINT *point1, HCD_POINT *point2, HCD_POINT *point3) |
void Show_Circle | ( | HC_KEY | key, | |
HC_POINT * | point1, | |||
HC_POINT * | point2, | |||
HC_POINT * | point3 | |||
) |
Returns the three points used to define the circle, as referenced by a key.
key | - Unique numeric identifier pointing to a circle in the database. | |
point1 | - One of three points on the circumference of the circle. (A simple array of three elements may also be used in most languages.) Returned to user. Passed by reference always | |
point2 | - As Above. | |
point3 | - As Above. |
void DShow_Circle | ( | HC_KEY | key, | |
HCD_POINT * | point1, | |||
HCD_POINT * | point2, | |||
HCD_POINT * | point3 | |||
) |
Similar to Show_Circle(), 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 circle in the database. | |
point1 | - One of three points on the circumference of the circle. (A simple array of three elements may also be used in most languages.) Returned to user. Passed by reference always | |
point2 | - As Above. | |
point3 | - As Above. |