Package jgl.glu
Class nurbs_ct_surf
- java.lang.Object
-
- jgl.glu.nurbs_ct_surf
-
public class nurbs_ct_surf extends Object
nurbs_ct_surf 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_ct_surf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
augment(int s, int t, nurbs_surface surf)
void
convert(nurbs_knot s_knot, nurbs_knot t_knot, nurbs_surface surf)
void
draw(GL JavaGL, nurbs_surface surf, int i, int j)
-
-
-
Method Detail
-
draw
public void draw(GL JavaGL, nurbs_surface surf, int i, int j)
-
augment
public void augment(int s, int t, nurbs_surface surf)
-
convert
public void convert(nurbs_knot s_knot, nurbs_knot t_knot, nurbs_surface surf)
-
-