Functions | |
void | Edit_Circle_By_Radius (HC_KEY key, const HC_POINT *center, double radius, const HC_POINT *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. |