clipPolygon(Container< Vector2D > *poly, const Vector2D &planeP, const Vector2D &planeN) | qaf::Geom | [static] |
insidePolygon(const Vector2D &p, const Vector2D *points, int nPoints) | qaf::Geom | [static] |
insidePolygon(const Vector2D &p, const Container< Vector2D > &points) | qaf::Geom | [inline, static] |
invSqrt(float x) | qaf::Geom | [inline, static] |
renderCircle(float xCenter, float yCenter, float radius, unsigned int color) | qaf::Geom | [static] |
renderPolygon(const Vector2D *points, int nPoints, float translateX, float translateY, unsigned long color) | qaf::Geom | [static] |
renderPolygon(const Container< Vector2D > &points, float translateX, float translateY, unsigned long color) | qaf::Geom | [inline, static] |
segmentCircleIntersection(float xCenter, float yCenter, float radius, float x1, float y1, float x2, float y2, Vector2D *pvIntPoint1=NULL, Vector2D *pvIntPoint2=NULL) | qaf::Geom | [static] |
segmentIntersection(float s1x1, float s1y1, float s1x2, float s1y2, float s2x1, float s2y1, float s2x2, float s2y2, Vector2D *point=NULL) | qaf::Geom | [static] |