Package jgl.glu
Class nurbs_curve
- java.lang.Object
-
- jgl.glu.nurbs_nurbs
-
- jgl.glu.nurbs_curve
-
public class nurbs_curve extends nurbs_nurbs
nurbs_curve 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_curve()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fill(int knot_count, float[] knot, int stride, float[][] surctrlarray, int order, int surtype)
int
test()
-
-
-
Field Detail
-
ctrlarray
public float[][] ctrlarray
-
c
public nurbs_obj c
-
-