|
Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
|
An axis-aligned bounding box. More...
#include <aabb.h>
Public Member Functions | |
| aiAABB ()=default | |
| The default class constructor. | |
| aiAABB (const aiVector3D &min, const aiVector3D &max) | |
| The class constructor with the minimum and maximum. | |
| ~aiAABB ()=default | |
| The class destructor. | |
Public Attributes | |
| C_STRUCT aiVector3D | mMax |
| C_STRUCT aiVector3D | mMin |
An axis-aligned bounding box.
|
default |
The default class constructor.
|
inline |
The class constructor with the minimum and maximum.
| min | The minimum dimension. |
| max | The maximum dimension. |
|
default |
The class destructor.
| C_STRUCT aiVector3D aiAABB::mMax |
| C_STRUCT aiVector3D aiAABB::mMin |