OEBoxBase¶
class OEBoxBase
OEBoxBase
class represents a box aligned to the x, y and z coordinate axis.
This pure virtual class is implemented by OEBox
.
The following free functions take OEBoxBase
.
Setup¶
virtual bool Setup(float x1,
float y1,
float z1,
float x2,
float y2,
float z2) = 0
Sets up the box. The max and min X values are the max and min of x1, x2 respectively. Minimum and maximum values of Y and Z are selected in an analogous fashion.