Functions | |
void | Show_Circular_Chord (HC_KEY key, HC_POINT *point1, HC_POINT *point2, HC_POINT *point3) |
void | DShow_Circular_Chord (HC_KEY key, HC_DPOINT *point1, HC_DPOINT *point2, HC_DPOINT *point3) |
void Show_Circular_Chord | ( | HC_KEY | key, | |
HC_POINT * | point1, | |||
HC_POINT * | point2, | |||
HC_POINT * | point3 | |||
) |
Returns the three points used to define the circular chord, as referenced by a key.
key | - Unique numeric identifier pointing to a circular chord in the database. | |
point1 | - An x-y-z triplet for the coordinates of one of three on the circumference of the circle. (A simple array of three elements can also be used in most languages.) Returned to user. Passed by reference always. | |
point2 | - As above. | |
point3 | - As above. |
void DShow_Circular_Chord | ( | HC_KEY | key, | |
HC_DPOINT * | point1, | |||
HC_DPOINT * | point2, | |||
HC_DPOINT * | point3 | |||
) |
Similar to Show_Circular_Chord(), but returns double-precision values.
key | - Unique numeric identifier pointing to a circular chord in the database. | |
point1 | - An x-y-z triplet for the coordinates of one of three on the circumference of the circle. (A simple array of three elements can also be used in most languages.) Returned to user. Passed by reference always. | |
point2 | - As above. | |
point3 | - As above. |