MonobjcMonobjc Documented Class Library
gluNurbsCurve Method (nurb, knotCount, knots, stride, control, order, type)
NamespacesMonobjc.OpenGLGLgluNurbsCurve(IntPtr, Int32, Single%, Int32, Single%, Int32, UInt32)

Original signature is 'extern void gluNurbsCurve (GLUnurbs* nurb, GLint knotCount, GLfloat *knots, GLint stride, GLfloat *control, GLint order, GLenum type);'

Declaration Syntax
C#Visual BasicVisual C++
public static void gluNurbsCurve(
	IntPtr nurb,
	int knotCount,
	out float knots,
	int stride,
	out float control,
	int order,
	uint type
)
Public Shared Sub gluNurbsCurve ( _
	nurb As IntPtr, _
	knotCount As Integer, _
	<OutAttribute> ByRef knots As Single, _
	stride As Integer, _
	<OutAttribute> ByRef control As Single, _
	order As Integer, _
	type As UInteger _
)
public:
static void gluNurbsCurve(
	IntPtr nurb, 
	int knotCount, 
	[OutAttribute] float% knots, 
	int stride, 
	[OutAttribute] float% control, 
	int order, 
	unsigned int type
)
Parameters
nurb (IntPtr)

[Missing <param name="nurb"/> documentation for "M:Monobjc.OpenGL.GL.gluNurbsCurve(System.IntPtr,System.Int32,System.Single@,System.Int32,System.Single@,System.Int32,System.UInt32)"]

knotCount (Int32)

[Missing <param name="knotCount"/> documentation for "M:Monobjc.OpenGL.GL.gluNurbsCurve(System.IntPtr,System.Int32,System.Single@,System.Int32,System.Single@,System.Int32,System.UInt32)"]

knots (Single%)

[Missing <param name="knots"/> documentation for "M:Monobjc.OpenGL.GL.gluNurbsCurve(System.IntPtr,System.Int32,System.Single@,System.Int32,System.Single@,System.Int32,System.UInt32)"]

stride (Int32)

[Missing <param name="stride"/> documentation for "M:Monobjc.OpenGL.GL.gluNurbsCurve(System.IntPtr,System.Int32,System.Single@,System.Int32,System.Single@,System.Int32,System.UInt32)"]

control (Single%)

[Missing <param name="control"/> documentation for "M:Monobjc.OpenGL.GL.gluNurbsCurve(System.IntPtr,System.Int32,System.Single@,System.Int32,System.Single@,System.Int32,System.UInt32)"]

order (Int32)

[Missing <param name="order"/> documentation for "M:Monobjc.OpenGL.GL.gluNurbsCurve(System.IntPtr,System.Int32,System.Single@,System.Int32,System.Single@,System.Int32,System.UInt32)"]

type (UInt32)

[Missing <param name="type"/> documentation for "M:Monobjc.OpenGL.GL.gluNurbsCurve(System.IntPtr,System.Int32,System.Single@,System.Int32,System.Single@,System.Int32,System.UInt32)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.OpenGL (Module: Monobjc.OpenGL)