#include <nurbsGL.hh>
Inheritance diagram for PLib::BoundingBoxGL::
Public Methods | |
BoundingBoxGL () | |
void | glObject () const |
void | setColorXYZ (const Color &colX, const Color &colY, const Color &colZ) |
Public Attributes | |
Point3Df | minP |
Point3Df | maxP |
Protected Attributes | |
Color | colorX |
Color | colorY |
Color | colorZ |
|
an object to represent a bounding box.
This will set the colors for the X,Y and Z axis to the value specified by the axisXColorDefault, axisYColorDefault and axisZColorDefault global variables. Use setColorXYZ() if you want to change this default.
|
|
generates a bounding box.
This function generates a bounding box around the NURBS object.
Reimplemented from PLib::ObjectGL. |