class csClipper The csClipper class is an abstract parent to all 2D clipping objects
| | Clip (csVector2 *Polygon, csVector2* dest_poly, int Count, int &OutCount) Clip a set of 2D points and return in 'dest_poly' |
| | Clip (csVector2 *Polygon, int &Count, int MaxCount, csBox *BoundingBox) Clip a set of 2D points and return them in the same array |
| | GetNumVertices () Return number of vertices for this clipper polygon. |
| | GetVertex (int i) Return vertex at index for this clipper polygon. |
| | IsInside (float x, float y) Return true if given point is inside (or on bound) of clipper polygon. |
| | polypool This variable holds a pool for 2D polygons as used by the clipper. |
The csClipper class is an abstract parent to all 2D clipping objects
virtual bool Clip(csVector2 *Polygon, csVector2* dest_poly, int Count, int &OutCount)
virtual bool Clip(csVector2 *Polygon, int &Count, int MaxCount, csBox *BoundingBox)
virtual bool IsInside(float x, float y)
virtual int GetNumVertices()
virtual const csVector2 GetVertex(int i)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de