1geomutil(3gv) geomutil(3gv)
2
3
4
6 geomutil - various geometry utilities (introduction)
7
9 The geomutil library contains a collection of miscellaneous geometric
10 utility functions:
11
12 AnyToPL() - convert any geom to a polylist
13 PLCombine() - combine two polylists into one
14 PLConsol() - consolidate vertices in a polylist
15 Bdy() - generate the boundary (edge) of a geom
16
17 Each function has its own manual page which gives usage details.
18
19 To link your program with the geomutil library you should specify -lge‐
20 omutil followed by the usual list of OOGL libraries, as in
21
22 cc -L${LIBDIR} prog.c -lgeomutil \
23 -lstubdraw -lgeom -lvect -lpolylist -lquad \
24 -lmesh -lbezier -linst -ltlist -llist -lstub \
25 -lgeom -loogl -lbbox -lshade -lcolor -l3d -lm
26
27
29 anytopl(3), plcombine(3), plconsol(3), bdy(3), anytooff(1),
30 offcombine(1), offconsol(1), bdy(1), geomview(1)
31
33 Celeste Fowler
34 The Geometry Center
35
36
37
38Geometry Center July 10, 1992 geomutil(3gv)