Functions | |
void | Edit_Sphere (HC_KEY key, const HC_POINT *center, double radius, const HC_POINT *axis, const HC_POINT *ortho) |
void Edit_Sphere | ( | HC_KEY | key, | |
const HC_POINT * | center, | |||
double | radius, | |||
const HC_POINT * | axis, | |||
const HC_POINT * | ortho | |||
) |
Edits a sphere object as it sits in the database without deleting and re-inserting.
key | - Key to a sphere object. | |
center | - An x-y-z triplet for the coordinates of center the sphere. (A simple array of three elements may also be used in most languages.) Passed by reference always. | |
radius | - Length of the radius of the sphere. | |
axis | - Vector that points in the longtitudal/vertical direction. If null then a default value of <0,10,0> is applied. | |
ortho | - Vector that points in the latitudal/horizontal direction. If null then a default value of <1,0,0> is applied. |