|
Assimp
v5.0.1. (December 2020)
|
An axis-aligned bounding box. More...
Public Member Functions | |
| aiAABB () | |
| The default class constructor. More... | |
| aiAABB (const aiVector3D &min, const aiVector3D &max) | |
| The class constructor with the minimum and maximum. More... | |
| ~aiAABB () | |
| The class destructor. More... | |
Public Attributes | |
| C_STRUCT aiVector3D | mMax |
| C_STRUCT aiVector3D | mMin |
An axis-aligned bounding box.
|
inline |
The default class constructor.
|
inline |
The class constructor with the minimum and maximum.
| min | The minimum dimension. |
| max | The maximum dimension. |
|
inline |
The class destructor.
| C_STRUCT aiVector3D aiAABB::mMax |
| C_STRUCT aiVector3D aiAABB::mMin |