Tao.OpenGl SDK Documentation

Glu.gluNurbsCurve Method (GLUnurbs, Int32, Single[], Int32, Single[,], Int32, Int32)

[Visual Basic]
Overloads Public Shared Sub gluNurbsCurve( _
   ByVal nurb As GLUnurbs, _
   ByVal knotCount As Integer, _
   ByVal knots As Single(), _
   ByVal stride As Integer, _
   ByVal control As Single(,), _
   ByVal order As Integer, _
   ByVal type As Integer _
)
[C#]
public static void gluNurbsCurve(
   GLUnurbs nurb,
   int knotCount,
   float[] knots,
   int stride,
   float[,] control,
   int order,
   int type
);

See Also

Glu Class | Tao.OpenGl Namespace | Glu.gluNurbsCurve Overload List