cluSet functions
[Standard functions]

Standard functions to manually set variables in CL and CLU structs. More...

Functions

CLcolour * cluSetColour (CLcolour *colour, GLfloat r, GLfloat g, GLfloat b, GLfloat a)
CLvertex * cluSetVertex (CLvertex *vertex, GLfloat x, GLfloat y, GLfloat z)
CLnormal * cluSetNormal (CLnormal *normal, GLfloat i, GLfloat j, GLfloat k)
CLtexcoord * cluSetTexCoord (CLtexcoord *texcoord, GLfloat s, GLfloat t)
CLedgeflag * cluSetEdgeFlag (CLedgeflag *edgeflag, GLboolean b)
CLmatrix * cluSetMatrix (CLmatrix *matrix, GLfloat m00, GLfloat m01, GLfloat m02, GLfloat m03, GLfloat m10, GLfloat m11, GLfloat m12, GLfloat m13, GLfloat m20, GLfloat m21, GLfloat m22, GLfloat m23, GLfloat m30, GLfloat m31, GLfloat m32, GLfloat m33)
CLUquaternioncluSetQuaternion (CLUquaternion *quaternion, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
CLUplanecluSetPlane (CLUplane *plane, GLfloat a, GLfloat b, GLfloat c, GLfloat d)

Detailed Description

Functions of the form:

  [CL|CLU][name] cluSet[Name](const [CL|CLU][name]* name, ...)
  

set all variables within the input struct. The other arguments for these functions are the variables within the struct in order. For example, the function header for setting a CLtexcoord struct is:

  CLtexcoord* cluSetTexCoord(CLtexcoord* texcoord,
                             GLfloat s,GLfloat t);
  

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