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