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