API for calculating axis-aligned bounding-boxes, distance, intersections, and closet-points for 2D primitves.
More...
|
float | distance (const Vertex2f &pointA, const Vertex2f &pointB, bool returnSquared=false) |
|
float | distance (const Vertex2f &point, const Vertex2f &linePoint, const Vertex2f &line, bool returnSquared=false) |
|
float | distance (const Vertex2f &point, const Ray &ray, bool returnSquared=false) |
|
float | distance (const Ray &r, const Segment &s, bool returnSquared=false) |
|
float | distance (const Vertex2f &point, const Segment &segment, bool returnSquared=false) |
|
float | distance (const Vertex2f &point, const AABoundingBox &box, bool returnSquared=false) |
|
float | distance (const Circle &a, const Circle &b, bool returnSquared=false) |
|
float | distance (const Vertex2f &point, const Triangle &triangle, bool returnSquared=false) |
|
API for calculating axis-aligned bounding-boxes, distance, intersections, and closet-points for 2D primitves.