#include "../core.h"#include "./Geometry.h"#include "./AABB.h"#include "./BoundingSphere.h"#include <MathLabs/Vector2.h>#include <MathLabs/Matrix2x2.h>#include <MathLabs/Matrix2x3.h>#include <vector>Classes | |
| class | bl7::geometry2::Poly |
Namespaces | |
| namespace | bl7 |
| namespace | bl7::geometry2 |
Functions | |
| Poly | bl7::geometry2::operator+ (const Poly &g, const ml7::Vector2 &v) |
| Poly | bl7::geometry2::operator* (const ml7::Matrix2x2 &m, const Poly &g) |
| Poly | bl7::geometry2::operator* (const ml7::Matrix2x3 &m, const Poly &g) |
1.7.1