Package jgl.glu
Class nurbs_bz_curv
- java.lang.Object
-
- jgl.glu.nurbs_bz_curv
-
public class nurbs_bz_curv extends Object
nurbs_bz_curv is one of the GLU NURBS class of JavaGL 2.1.- Version:
- 0.1, 11 Nov 1999
- Author:
- Robin Bing-Yu Chen
-
-
Constructor Summary
Constructors Constructor Description nurbs_bz_curv()
nurbs_bz_curv(GL myGL)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
map(int s)
void
set_property(int[] factors, int bezier_cnt)
-
-
-
Constructor Detail
-
nurbs_bz_curv
public nurbs_bz_curv()
-
nurbs_bz_curv
public nurbs_bz_curv(GL myGL)
-
-