Exemplo n.º 1
0
 public static extern void gluNurbsCurve(
     IntPtr nobj,
     int nknots,
     [In] float[] knot,
     int stride,
     [In] float[] ctlarray,
     int order,
     NurbsTrim type);
Exemplo n.º 2
0
 public static extern void gluPwlCurve(
     IntPtr nobj,
     int count,
     [In] float[] array,
     int stride,
     NurbsTrim type);