Package jgl.glu
Class nurbs_surface
- java.lang.Object
-
- jgl.glu.nurbs_nurbs
-
- jgl.glu.nurbs_surface
-
public class nurbs_surface extends nurbs_nurbs
nurbs_surface is one of the GLU NURBS class of JavaGL 2.1.- Version:
- 0.1, 31 Oct 1999
- Author:
- Robin Bing-Yu Chen
-
-
Constructor Summary
Constructors Constructor Description nurbs_surface()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fill(int sknot_count, float[] sknot, int tknot_count, float[] tknot, int s_stride, int t_stride, float[][][] surctrlarray, int sorder, int torder, int surtype)
int
test()
-