78 const auto& pointXYZ = point.
getArray();
82 pointXYZ[0] < minXYZ[0]?minXYZ[0]:pointXYZ[0] > maxXYZ[0]?maxXYZ[0]:pointXYZ[0],
83 pointXYZ[1] < minXYZ[1]?minXYZ[1]:pointXYZ[1] > maxXYZ[1]?maxXYZ[1]:pointXYZ[1],
84 pointXYZ[2] < minXYZ[2]?minXYZ[2]:pointXYZ[2] > maxXYZ[2]?maxXYZ[2]:pointXYZ[2]
149 for (
auto i = 0; i < 3; i++) {
161 for (
auto i = 0; i < 3; i++) {
162 if (point[i] <
min[i])
min[i] = point[i];
163 if (point[i] >
max[i])
max[i] = point[i];
Axis aligned bounding box used for frustum, this is not directly connectable with physics engine.
static STATIC_DLL_IMPEXT const array< int32_t, 3 > FACE6_INDICES
void fromBoundingVolumeWithTransformations(BoundingBox *original, const Transformations &transformations)
Create bounding volume from given original(of same type) with applied transformations.
static STATIC_DLL_IMPEXT const array< int32_t, 3 > FACE1_INDICES
BoundingBox()
Public constructor.
static STATIC_DLL_IMPEXT const array< array< int32_t, 3 >, 12 > facesVerticesIndexes
static STATIC_DLL_IMPEXT const array< int32_t, 3 > FACE10_INDICES
static const array< array< int32_t, 3 >, 12 > * getFacesVerticesIndexes()
void fromBoundingVolume(BoundingBox *original)
Set up this bounding volume from given bounding volume.
static STATIC_DLL_IMPEXT const array< int32_t, 3 > FACE5_INDICES
static STATIC_DLL_IMPEXT const array< int32_t, 3 > FACE2_INDICES
static STATIC_DLL_IMPEXT const array< int32_t, 3 > FACE11_INDICES
static STATIC_DLL_IMPEXT const array< int32_t, 3 > FACE7_INDICES
static STATIC_DLL_IMPEXT const array< int32_t, 3 > FACE9_INDICES
void extend(const Vector3 &point)
Extend bounding box with given point.
static STATIC_DLL_IMPEXT const array< int32_t, 3 > FACE4_INDICES
const Vector3 & getCenter() const
static STATIC_DLL_IMPEXT const array< int32_t, 3 > FACE3_INDICES
Vector3 computeClosestPointInBoundingBox(const Vector3 &point)
Compute closest point in bounding box of given point.
void extend(BoundingBox *boundingBox)
Extend bounding box with given bounding box.
void update()
Updates this bounding box.
vector< Vector3 > vertices
const vector< Vector3 > & getVertices() const
Returns bounding box vertices.
const Vector3 & getDimensions() const
static STATIC_DLL_IMPEXT const array< int32_t, 3 > FACE0_INDICES
static STATIC_DLL_IMPEXT const array< int32_t, 3 > FACE8_INDICES
Oriented bounding box physics primitive.
array< float, 3 > & getArray() const
#define STATIC_DLL_IMPEXT