NiTE 2.0
Public Member Functions
nite::BoundingBox Class Reference

#include <NiTE.h>

Inheritance diagram for nite::BoundingBox:
Inheritance graph
[legend]

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

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: