ptutils.icn: Procedures relating to objects in 3-space

procedure pt2coord:        convert point to coordinate
procedure coord2pt:        convert coordinate to path
procedure negpt:           negative of point
procedure pteq:            test point equality
procedure getpts:          make point list from coordinate file

link ptutils
March 25, 2002; Ralph E. Griswold
This file is in the public domain.

These procedures provide various operations on 3-dimensional objects
in 3-space.

Source code | Program Library Page | Icon Home Page