Functions | |
void | Show_Cutting_Plane (HC_KEY key, float *a, float *b, float *c, float *d) |
void | DShow_Cutting_Plane (HC_KEY key, double *a, double *b, double *c, double *d) |
void Show_Cutting_Plane | ( | HC_KEY | key, | |
float * | a, | |||
float * | b, | |||
float * | c, | |||
float * | d | |||
) |
Returns the the coefficients used to define the cutting plane, as referenced.
key | - Unique identifier of the inserted cutting plane. | |
a | - The parameters of an equation of the form ax + by + cz + d = 0, defining a plane. Passed by Reference. Returned to the caller. | |
b | - | |
c | - | |
d | - |
void DShow_Cutting_Plane | ( | HC_KEY | key, | |
double * | a, | |||
double * | b, | |||
double * | c, | |||
double * | d | |||
) |
Similar to Show_Cutting_Plane(), but returns double-precision values.
key | - Unique identifier of the inserted cutting plane. | |
a | - The parameters of an equation of the form ax + by + cz + d = 0, defining a plane. Passed by Reference. Returned to the caller. | |
b | - | |
c | - | |
d | - |