#include <Opcode.h>
Definition at line 31 of file Opcode.h.
Enumerator |
---|
SSV_PSS |
|
SSV_LSS |
|
Definition at line 81 of file Opcode.h.
inline_ Opcode::CollisionAABB::CollisionAABB |
( |
| ) |
|
|
inline |
Constructor.
Definition at line 35 of file Opcode.h.
Constructor.
Definition at line 37 of file Opcode.h.
inline_ Opcode::CollisionAABB::~CollisionAABB |
( |
| ) |
|
|
inline |
Destructor.
Definition at line 39 of file Opcode.h.
void Opcode::CollisionAABB::CreateSSV |
( |
| ) |
|
|
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.
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.
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 |
Box center.
Definition at line 78 of file Opcode.h.
Point Opcode::CollisionAABB::mExtents |
Box extents.
Definition at line 79 of file Opcode.h.
Point Opcode::CollisionAABB::mPoint0 |
Point Opcode::CollisionAABB::mPoint1 |
End points of line segment.
Definition at line 84 of file Opcode.h.
float Opcode::CollisionAABB::mRadius |
Type of SSV.
Definition at line 82 of file Opcode.h.
The documentation for this class was generated from the following file: