#include <Opcode.h>
Definition at line 31 of file Opcode.h.
◆ ssv_type
Enumerator |
---|
SSV_PSS | |
SSV_LSS | |
Definition at line 81 of file Opcode.h.
◆ CollisionAABB() [1/2]
inline_ Opcode::CollisionAABB::CollisionAABB |
( |
| ) |
|
|
inline |
Constructor.
Definition at line 35 of file Opcode.h.
◆ CollisionAABB() [2/2]
Constructor.
Definition at line 37 of file Opcode.h.
◆ ~CollisionAABB()
inline_ Opcode::CollisionAABB::~CollisionAABB |
( |
| ) |
|
|
inline |
Destructor.
Definition at line 39 of file Opcode.h.
◆ CreateSSV()
void Opcode::CollisionAABB::CreateSSV |
( |
| ) |
|
|
inline |
◆ GetMax() [1/2]
Get max point of the box.
Definition at line 44 of file Opcode.h.
◆ GetMax() [2/2]
Get component of the box's max point along a given axis.
Definition at line 49 of file Opcode.h.
◆ GetMin() [1/2]
Get min point of the box.
Definition at line 42 of file Opcode.h.
◆ GetMin() [2/2]
Get component of the box's min point along a given axis.
Definition at line 47 of file Opcode.h.
◆ IsInside()
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.
◆ SetMinMax()
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.
◆ mCenter
Point Opcode::CollisionAABB::mCenter |
Box center.
Definition at line 78 of file Opcode.h.
◆ mExtents
Point Opcode::CollisionAABB::mExtents |
Box extents.
Definition at line 79 of file Opcode.h.
◆ mPoint0
Point Opcode::CollisionAABB::mPoint0 |
◆ mPoint1
Point Opcode::CollisionAABB::mPoint1 |
End points of line segment.
Definition at line 84 of file Opcode.h.
◆ mRadius
float Opcode::CollisionAABB::mRadius |
◆ mType
Type of SSV.
Definition at line 82 of file Opcode.h.
The documentation for this class was generated from the following file: