home *** CD-ROM | disk | FTP | other *** search
- /* @(#)line_object.h 1.1 92/05/28 SMI */
- /* from line_object.h 1.2 90/05/02 SMI */
-
- /*
- * Copyright (c) 1986 by Sun Microsystems, Inc.
- */
-
- /*
- * this file is type definitions for object line descriptions.
- *
- */
-
- #ifndef LINE_OBJECT
- #define LINE_OBJECT
-
- #define MOVE 0 /* flags in color field */
- #define LINE_END -1
-
-
- typedef struct xyzf {
- Pt3d p ;
- short color ;
- } XYZF ;
-
-
-
-
-
-
- #endif LINE_OBJECT
-