Previous Next Up Title Contents Index Functions Index Top Library

GENERALIZED DRAWING PRIMITIVE

PGDP


CALL SEQUENCE

void pgdp(
)

TYPES

typedef struct {
	Pint	num_points;	/* number of Ppoint in the list	*/
	Ppoint	*points;	/* list of points	*/
} Ppoint_list;

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

typedef struct {
	Pfloat 	x;	/* x coordinate	*/
	Pfloat 	y;	/* y coordinate	*/
} Ppoint;

PHIGS STATE

(PHOP, *, STOP, *)

EFFECT

Not implemented.


Previous Next Up Title Contents Index Functions Index Top Library