Classes | |
| class | AABB |
| class | BoundingSphere |
| class | BoundingVolume |
| class | Box |
| class | CollisionBox |
| class | CollisionGeometry |
| class | CollisionPlane |
| class | CollisionPoly |
| class | CollisionSphere |
| class | ConvexHull |
| class | Geometry |
| class | Plane |
| class | Poly |
| class | Sphere |
Functions | |
| Poly | operator+ (const Poly &g, const ml7::Vector2 &v) |
| Poly | operator* (const ml7::Matrix2x2 &m, const Poly &g) |
| Poly | operator* (const ml7::Matrix2x3 &m, const Poly &g) |
| Poly BODYLABS_API bl7::geometry2::operator* | ( | const ml7::Matrix2x3 & | m, | |
| const Poly & | g | |||
| ) |
Copys a given geometry and transforms (rotates and translates) it by a given matrix.
| Poly BODYLABS_API bl7::geometry2::operator* | ( | const ml7::Matrix2x2 & | m, | |
| const Poly & | g | |||
| ) |
Copys a given geometry and rotates it by a given rotation matrix.
| Poly BODYLABS_API bl7::geometry2::operator+ | ( | const Poly & | g, | |
| const ml7::Vector2 & | v | |||
| ) |
Copys a given geometry and translates it by a given vector.
1.6.1