Next: 6.7.21 POLYLINESUB (r, p)
Up: 6.7 Keywords defining Geometric
Previous: 6.7.19 POLYGON3TN (p, c)
  Contents
  Index
6.7.20 POLYLINE (v)
Creates a polyline through vertices given by the vector v.
v is a typeless node to which the vertices are connected.
The following variations of this keyword exist (some of them
define the same internal structures, and are only defined to allow
consistent naming conventions):
Keyword |
numbers |
vertices |
POLYLINE |
float |
euclidian,3D |
POLYLINE2 |
float |
euclidian,2D |
POLYLINE_F |
float |
euclidian,3D |
POLYLINE2_F |
float |
euclidian,2D |
POLYLINE_D |
double |
euclidian,3D |
POLYLINE2_D |
double |
euclidian,2D |
|
|
|
POLYLINE_E2 |
float |
euclidian,2D |
POLYLINE_E3 |
float |
euclidian,3D |
POLYLINE_H2 |
float |
homogeneous,2D |
POLYLINE_H3 |
float |
homogeneous,3D |
|
|
|
POLYLINE_F_E2 |
float |
euclidean,2D |
POLYLINE_F_E3 |
float |
euclidean,3D |
POLYLINE_F_H2 |
float |
homogeneous,2D |
POLYLINE_F_H3 |
float |
homogeneous,3D |
|
|
|
POLYLINE_D_E2 |
double |
euclidean,2D |
POLYLINE_D_E3 |
double |
euclidean,3D |
POLYLINE_D_H2 |
double |
homogeneous,2D |
POLYLINE_D_H3 |
double |
homogeneous,3D |
Next: 6.7.21 POLYLINESUB (r, p)
Up: 6.7 Keywords defining Geometric
Previous: 6.7.19 POLYGON3TN (p, c)
  Contents
  Index
Administrator
2002-01-20