gluNurbsCurve ( nurb knotCount knots stride control order type -- )


Vocabulary
opengl.glu

Inputs
nurban object
knotCountan object
knotsan object
stridean object
controlan object
orderan object
typean object


Outputs
None

Definition


LIBRARY: glu FUNCTION: void gluNurbsCurve
( GLUnurbs* nurb, GLint knotCount, GLfloat* knots, GLint
stride, GLfloat* control, GLint order, GLenum type )