#include <Opcode.h>
Definition at line 31 of file Opcode.h.
inline_ Opcode::CollisionAABB::CollisionAABB |
( |
) | |
|
|
inline |
Constructor.
Definition at line 35 of file Opcode.h.
inline_ Opcode::CollisionAABB::CollisionAABB |
( |
const AABB & |
b) | |
|
|
inline |
Constructor.
Definition at line 37 of file Opcode.h.
inline_ Opcode::CollisionAABB::~CollisionAABB |
( |
) | |
|
|
inline |
Destructor.
Definition at line 39 of file Opcode.h.
inline_ void Opcode::CollisionAABB::GetMax |
( |
Point & |
max) | |
const |
|
inline |
Get max point of the box.
Definition at line 44 of file Opcode.h.
Get component of the box's max point along a given axis.
Definition at line 49 of file Opcode.h.
inline_ void Opcode::CollisionAABB::GetMin |
( |
Point & |
min) | |
const |
|
inline |
Get min point of the box.
Definition at line 42 of file Opcode.h.
Get component of the box's min point along a given axis.
Definition at line 47 of file Opcode.h.
Checks a box is inside another box.
- Parameters
-
- Returns
- true if current box is inside input box
Definition at line 67 of file Opcode.h.
inline_ void Opcode::CollisionAABB::SetMinMax |
( |
const Point & |
min, |
|
|
const Point & |
max |
|
) |
| |
|
inline |
Setups an AABB from min & max vectors.
- Parameters
-
min | [in] the min point |
max | [in] the max point |
Definition at line 58 of file Opcode.h.
Point Opcode::CollisionAABB::mCenter |
Point Opcode::CollisionAABB::mExtents |
The documentation for this class was generated from the following file: