base |src.lib|graphic|ps| PostScriptClip Index

PostScriptClip

Header
base/rps.h
Library
rps
Members
int num; Number of vertices in the clipping polygon.
float *px; Pointer to an array containing the X coordinate of each vertex.
float *py; Pointer to an array containing the Y coordinate of each vertex.
int *t; Pointer to an array containing the type proto for the line segment joined to each vertex.
Description

The struct PostScriptClip structure stores a clipping polygon for an PostScript plot.