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