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) |
CLUquaternion * | cluSetQuaternion (CLUquaternion *quaternion, GLfloat x, GLfloat y, GLfloat z, GLfloat w) |
CLUplane * | cluSetPlane (CLUplane *plane, GLfloat a, GLfloat b, GLfloat c, GLfloat d) |
[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);