Tao.OpenGl SDK Documentation

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

[Visual Basic]
Overloads Public Shared Sub gluPwlCurve( _
   ByVal nurb As GLUnurbs, _
   ByVal count As Integer, _
   ByVal data As Single(,), _
   ByVal stride As Integer, _
   ByVal type As Integer _
)
[C#]
public static void gluPwlCurve(
   GLUnurbs nurb,
   int count,
   float[,] data,
   int stride,
   int type
);

See Also

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