geomutil

Section: C Library Functions (3)
Updated: July 10, 1992
Index Return to Main Contents
 

NAME

geomutil - various geometry utilities (introduction)  

DESCRIPTION

The geomutil library contains a collection of miscellaneous geometric utility functions:


  AnyToPL()   - convert any geom to a polylist
  PLCombine() - combine two polylists into one
  PLConsol()  - consolidate vertices in a polylist
  Bdy()       - generate the boundary (edge) of a geom

Each function has its own manual page which gives usage details.

To link your program with the geomutil library you should specify -lgeomutil followed by the usual list of OOGL libraries, as in


  cc -L${LIBDIR} prog.c -lgeomutil \
    -lstubdraw -lgeom -lvect -lpolylist -lquad \
    -lmesh -lbezier -linst -ltlist -llist -lstub \
    -lgeom -loogl -lbbox -lshade -lcolor -l3d -lm

 

SEE ALSO

anytopl(3), plcombine(3), plconsol(3), bdy(3), anytooff(1),
offcombine(1), offconsol(1), bdy(1), geomview(1)
 

AUTHOR

Celeste Fowler                          email:  fowler@geom.umn.edu
The Geometry Center                     phone:  (612) 626-8304
1300 South Second Street
Minneapolis, MN  55454


 

Index

NAME
DESCRIPTION
SEE ALSO
AUTHOR

This document was created by man2html, using the manual pages.
Time: 01:32:20 GMT, December 05, 2024