Functions | |
void | Show_Infinite_Line (HC_KEY key, float *xa, float *ya, float *za, float *xb, float *yb, float *zb) |
void Show_Infinite_Line | ( | HC_KEY | key, |
float * | xa, | ||
float * | ya, | ||
float * | za, | ||
float * | xb, | ||
float * | yb, | ||
float * | zb | ||
) |
Returns the vector of points that define an infinite line, as referenced by a key.
key | - Unique identifier of a particular infinite line. |
xa | - x-coordinate for one end of the line segment. |
ya | - y-coordinate for one end of the line segment. |
za | - z-coordinate for one end of the line segment. |
xb | - x-coordinate for other end of the line segment. |
yb | - y-coordinate for other end of the line segment. |
zb | - z-coordinate for other end of the line segment. |
No additional details. See Insert_Infinite_Line().