Package jgl.glu
Class nurbs_ct_surf
java.lang.Object
jgl.glu.nurbs_ct_surf
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
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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)
-
Field Details
-
ctrl
public float[][][] ctrl -
s_stride
public int s_stride -
t_stride
public int t_stride -
offsets
public float[][][][][] offsets -
s_pt_cnt
public int s_pt_cnt -
t_pt_cnt
public int t_pt_cnt
-
-
Constructor Details
-
nurbs_ct_surf
public nurbs_ct_surf()
-
-
Method Details
-
draw
-
augment
-
convert
-