#include <nurbsGL.h>
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 |
Definition at line 723 of file nurbsGL.h.
|
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.
Definition at line 1359 of file nurbsGL.cpp. |
|
generates a bounding box.
This function generates a bounding box around the NURBS object.
Implements PLib::ObjectGL. Definition at line 1376 of file nurbsGL.cpp. |