Functions | |
void | Edit_Circle_By_Radius (HC_KEY key, const HC_POINT *center, double radius, const HC_POINT *vector) |
void | DEdit_Circle_By_Radius (HC_KEY key, const HC_DPOINT *center, double radius, const HC_DVECTOR *vector) |
void Edit_Circle_By_Radius | ( | HC_KEY | key, | |
const HC_POINT * | center, | |||
double | radius, | |||
const HC_POINT * | vector | |||
) |
Generates a flat, infinitely thin, colored-in circular object.
key | - key to a circle object. | |
center | - An x-y-z triplet for the coordinates of one of three on the circumference of the circle. (A simple array of three elements may also be used in most languages.) Passed by reference always. | |
radius | - Length of the radius of the circle. | |
vector | - Vector that is perpendicular to the plane of the circle. |
void DEdit_Circle_By_Radius | ( | HC_KEY | key, | |
const HC_DPOINT * | center, | |||
double | radius, | |||
const HC_DVECTOR * | vector | |||
) |
Similar to Edit_Circle_By_Radius(), but operates on double-precision data.
key | - key to a circle object. | |
center | - An x-y-z triplet for the coordinates of one of three on the circumference of the circle. (A simple array of three elements may also be used in most languages.) Passed by reference always. | |
radius | - Length of the radius of the circle. | |
vector | - Vector that is perpendicular to the plane of the circle. |