cluDelete functions
[Standard functions]

Standard functions to free memory occupied by CLU structs. More...

Functions

GLvoid cluDeleteQuaternion (CLUquaternion *quaternion)
GLvoid cluDeletePlane (CLUplane *plane)
GLvoid cluDeleteSphere (CLUsphere *sphere)
GLvoid cluDeleteCone (CLUcone *cone)
GLvoid cluDeleteRay (CLUray *ray)
GLvoid cluDeleteAlignedBox (CLUalignedbox *box)

Detailed Description

Functions of the form:

  GLvoid cluDelete[Name](CLU[name]* [name])
  

free the space allocated for a CLU struct. These functions are analogous to the standard "free" function. The input must have been returned by a previous call to cluNew[Name]. Otherwise, or if cluDelete[Name] has been called previously on the same struct, undefined behaviour occurs. Like "free", if input is NULL, no operation is performed and NULL is returned.


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