|
GL Studio C++ Runtime API
|
#include <dnc_util.h>
Public Member Functions | |
| GLdoubleEdge (const double x, const double y, const double z) | |
| GLdoubleEdge (const VPFDataValue &edgCoords, const bool reverseCoords) | |
| ~GLdoubleEdge () | |
Public Attributes | |
| GLdouble * | verts |
helper struct for storing/inputing edge vertices in a format suitable for the glu Tessellator
|
inline |
Ctor - single coordinate edge
| x | x coordinate |
| y | y coordinate |
| z | z coordinate |
|
inline |
Ctor
| edgCoords | edge coordinates for new edge ( must be array of VPFUtil::DATA_TYPE_2D_COORD_SHORT ) |
| reverseCoords | true to store edge coordinates in reverse order else false |
|
inline |
Dtor
| GLdouble* verts |
array of ( x,y,z ) verts else NULL