#include <aabb.h>
Definition at line 7 of file aabb.h.
◆ AABB() [1/3]
| collision::AABB::AABB |
( |
void |
| ) |
|
|
inline |
◆ AABB() [2/3]
| collision::AABB::AABB |
( |
double |
x_min, |
|
|
double |
x_max, |
|
|
double |
y_min, |
|
|
double |
y_max |
|
) |
| |
|
inline |
◆ AABB() [3/3]
◆ collides()
| bool collision::AABB::collides |
( |
const AABB & |
other | ) |
|
◆ swapAxes()
| void collision::AABB::swapAxes |
( |
void |
| ) |
|
|
inline |
◆ x_max
| double collision::AABB::x_max |
◆ x_min
| double collision::AABB::x_min |
Definition at line 9 of file aabb.h.
◆ y_max
| double collision::AABB::y_max |
◆ y_min
| double collision::AABB::y_min |
The documentation for this class was generated from the following files:
- include/collision/narrowphase/detail/aabb.h
- src/narrowphase/detail/aabb.cc