Functions | |
GLboolean | cluPrintQuaternion (const CLUquaternion *quaternion) |
GLboolean | cluPrintPlane (const CLUplane *plane) |
GLboolean | cluPrintSphere (const CLUsphere *sphere) |
GLboolean | cluPrintCone (const CLUcone *cone) |
GLboolean | cluPrintRay (const CLUray *ray) |
GLboolean | cluPrintAlignedBox (const CLUalignedbox *box) |
GLboolean cluPrint[Name](const CLU[name]* [name])
print CLU structs in a (moderately) human-readable format. These functions are analogous to the standard "printf" function. Unlike the printf function, these functions do not return a int value. Instead they return a GLboolean indicating whether or not all printf commands were a success. (Who usually checks the return value of a printf call anyway?)