NiTE 2.0: nite::BoundingBox Class Reference

NiTE 2.0

nite::BoundingBox Class Reference

#include <NiTE.h>

Inheritance diagram for nite::BoundingBox:

List of all members.

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.

nite::BoundingBox::BoundingBox ( const Point3f min,
const Point3f max 
) [inline]

Constructor. Creates a bounding box from two points in space, which represent that minimum and maximum value of all of its coordinates.

Parameters:
[in]minA point containing the minimum x, y and z values of the bounding box.
[in]maxA 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   doxygen 1.7.5.1