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 () | |
The default class constructor. More... | |
aiAABB (const aiVector3D &min, const aiVector3D &max) | |
The class constructor with the minimum and maximum. More... | |
~aiAABB ()=default | |
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. |
|
default |
The class destructor.
C_STRUCT aiVector3D aiAABB::mMax |
C_STRUCT aiVector3D aiAABB::mMin |