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