open_iA 2024.9
Loading...
Searching...
No Matches
iAAABB.cpp File Reference
#include "iAAABB.h"
#include <limits>

Functions

bool operator!= (iAAABB const &a, iAAABB const &b)
 inequality operator for axis-aligned bounding box (TODO: rule of 5...?)
 
QString toStr (iAAABB const &box)
 Get a human-readable string representation of an iAAABB (axis-aligned bounding box)
 

Function Documentation

◆ operator!=()

bool operator!= ( iAAABB const & a,
iAAABB const & b )

inequality operator for axis-aligned bounding box (TODO: rule of 5...?)

◆ toStr()

QString toStr ( iAAABB const & box)

Get a human-readable string representation of an iAAABB (axis-aligned bounding box)