![]() |
NiTE 2.0
|
nite::BoundingBox Class Reference
#include <NiTE.h>
Inheritance diagram for nite::BoundingBox:

Public Member Functions | |
BoundingBox () | |
BoundingBox (const Point3f &min, const Point3f &max) |
Detailed Description
Represents a box in three dimensional space. The box is represented as two points, containing respectively its minimum and maximum x, y and z coordinate values.
Constructor & Destructor Documentation
nite::BoundingBox::BoundingBox | ( | ) | [inline] |
Default constructor. Does nothing.
Constructor. Creates a bounding box from two points in space, which represent that minimum and maximum value of all of its coordinates.
- Parameters:
-
[in] min A point containing the minimum x, y and z values of the bounding box. [in] max A point containing the maximum x, y and z values of the bounding box.
The documentation for this class was generated from the following file:
Generated on Thu Jun 6 2013 17:48:15 for NiTE 2.0 by
