Previous Next Up Title Contents Index Functions Index Top Library

GENERALIZED DRAWING PRIMITIVE 3

PGDP3


CALL SEQUENCE

void pgdp3(
)

TYPES

typedef struct {
	Pint	num_points;	/* number of Ppoint3s in the list	*/
	Ppoint3	*points;	/* list of points	*/
} Ppoint_list3;

typedef union {
			/* not implemented	*/
} Pgdp_data3;

typedef struct {
	Pfloat 	x;	/* x coordinate	*/
	Pfloat 	y;	/* y coordinate	*/
	Pfloat 	z;	/* z coordinate	*/
} Ppoint3;

PHIGS STATE

(PHOP, *, STOP, *)

EFFECT

Not implemented.


Previous Next Up Title Contents Index Functions Index Top Library