Functions | |
void | Show_Line (HC_KEY key, float *xa, float *ya, float *za, float *xb, float *yb, float *zb) |
void | DShow_Line (HC_KEY key, double *xa, double *ya, double *za, double *xb, double *yb, double *zb) |
void Show_Line | ( | HC_KEY | key, | |
float * | xa, | |||
float * | ya, | |||
float * | za, | |||
float * | xb, | |||
float * | yb, | |||
float * | zb | |||
) |
Returns the endpoints of the line, as referenced by a key.
key | - Unique numeric identifier pointing to a line in the database. | |
xa | - Coordinates for one endpoint of the line segment. Returned to user. Passed by reference always. | |
ya | - | |
za | - | |
xb | - Coordinates for the other endpoint of the line segment. Returned to user. Passed by reference always. | |
yb | - | |
zb | - |
void DShow_Line | ( | HC_KEY | key, | |
double * | xa, | |||
double * | ya, | |||
double * | za, | |||
double * | xb, | |||
double * | yb, | |||
double * | zb | |||
) |
Similar to Show_Line(), but returns double-precision values.
key | - Unique numeric identifier pointing to a line in the database. | |
xa | - Coordinates for one endpoint of the line segment. Returned to user. Passed by reference always. | |
ya | - | |
za | - | |
xb | - Coordinates for the other endpoint of the line segment. Returned to user. Passed by reference always. | |
yb | - | |
zb | - |