Tao.OpenGl SDK Documentation

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

[Visual Basic]
Overloads Public Shared Sub gluNurbsSurface( _
   ByVal nurb As GLUnurbs, _
   ByVal sKnotCount As Integer, _
   ByVal sKnots As Single(), _
   ByVal tKnotCount As Integer, _
   ByVal tKnots As Single(), _
   ByVal sStride As Integer, _
   ByVal tStride As Integer, _
   ByVal control As Single(,), _
   ByVal sOrder As Integer, _
   ByVal tOrder As Integer, _
   ByVal type As Integer _
)
[C#]
public static void gluNurbsSurface(
   GLUnurbs nurb,
   int sKnotCount,
   float[] sKnots,
   int tKnotCount,
   float[] tKnots,
   int sStride,
   int tStride,
   float[,] control,
   int sOrder,
   int tOrder,
   int type
);

See Also

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