class csBoxClipper : public csClipper The csBoxClipper class is able to clip convex polygons to a rectangle (such as the screen)
The csBoxClipper class is able to clip convex polygons to a rectangle (such as the screen)
csBoxClipper(const csBox& b)
csBoxClipper(float x1, float y1, float x2, float y2)
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