1plconsol(3gv)                                                    plconsol(3gv)
2
3
4

NAME

6       PLConsol() - polylist consolidator.
7

SYNOPSIS

9       Geom *PLConsol(Geom *g, float prec);
10

DESCRIPTION

12       PLConsol()  is a function which takes a geom, which must be a polylist,
13       as its argument and returns a version of  the  polylist  which  has  no
14       repeated vertices.  Two vertices are considered to be identical if they
15       are within prec of one another.  The comparison takes into account only
16       the location of the points, not their normals or colors.
17
18       The  vertices  of the resultant polyline have been sorted, and so there
19       order bears no resemblance to the order of the point  in  the  original
20       polylist.
21

LINKING

23       PLConsol()  is part of the geomutil library; see geomutil(3) for inforā€
24       mation on how to link your program with this library.
25

SEE ALSO

27       offconsol(1), geomview(1), geomutil(3)
28

AUTHOR

30       Celeste Fowler
31       The Geometry Center
32
33
34
35Geometry Center                  June 25, 1992                   plconsol(3gv)
Impressum