Handbook
Glossary
gluNurbsCurve ( nurb knotCount knots stride control order type -- )
Vocabulary
opengl
.
glu
Inputs
nurb
an
object
knotCount
an
object
knots
an
object
stride
an
object
control
an
object
order
an
object
type
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
opengl.gl
;
IN:
opengl.glu
LIBRARY:
glu
FUNCTION:
void
gluNurbsCurve
( GLUnurbs* nurb,
GLint
knotCount, GLfloat* knots,
GLint
stride, GLfloat* control,
GLint
order,
GLenum
type )