#include <polyclip.h>
Inheritance diagram for csClipper:
Public Methods | |
csClipper () | |
Constructor. | |
virtual | ~csClipper () |
Destructor. | |
virtual UByte | ClipInPlace (csVector2 *InPolygon, int &InOutCount, csBox2 &BoundingBox) |
Wrapper function: clip a polygon in-place. | |
UByte | LastClipResult () |
most recent Clipresult. | |
Public Attributes | |
SCF_DECLARE_IBASE | |
Protected Attributes | |
UByte | mrClipping |
Result of most recent clipping. | |
Static Protected Attributes | |
csPoly2DPool | polypool |
This variable holds a pool for 2D polygons as used by the clipper. |