cluPrint functions
[Standard functions]

Standard functions to print CLU structs in a human-readable format. More...

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)

Detailed Description

Functions of the form:

  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?)


Generated on Thu Dec 27 13:53:42 2007 for CLU by  doxygen 1.4.6