home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume12 / postscript / part01 / source / point.h < prev    next >
Encoding:
C/C++ Source or Header  |  1987-10-27  |  263 b   |  11 lines

  1. /*
  2.  * Copyright (C) Crispin Goswell 1987, All Rights Reserved.
  3.  */
  4.  
  5. typedef struct point { float x, y; } Point;
  6.  
  7. extern Matrix PointTranslate ();
  8. extern Point NewPoint (), IntToExt (), MovePoint ();
  9. extern int MoveTo (), LineTo ();
  10. extern Object AssignMatrix ();
  11.