Package jgl.glu
Class nurbs_ct_surfs
- java.lang.Object
-
- jgl.glu.nurbs_ct_surfs
-
public class nurbs_ct_surfs extends Object
nurbs_ct_surfs is one of the GLU NURBS class of JavaGL 2.1.- Version:
- 0.1, 5 Nov 1999
- Author:
- Robin Bing-Yu Chen
-
-
Field Summary
Fields Modifier and Type Field Description nurbs_ct_surf
color
nurbs_ct_surf
geom
nurbs_ct_surf
normal
int
s_bezier_cnt
int
t_bezier_cnt
nurbs_ct_surf
texture
-
Constructor Summary
Constructors Constructor Description nurbs_ct_surfs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
augment(nurbs_surfaces surface)
void
convert(nurbs_knot geom_s_knot, nurbs_knot geom_t_knot, nurbs_knot color_s_knot, nurbs_knot color_t_knot, nurbs_knot normal_s_knot, nurbs_knot normal_t_knot, nurbs_knot texture_s_knot, nurbs_knot texture_t_knot, nurbs_surfaces surface)
void
draw(GLUnurbsObj nobj, GL JavaGL, int display_mode, nurbs_surfaces surface, int[][] sfactors, int[][] tfactors)
-
-
-
Field Detail
-
geom
public nurbs_ct_surf geom
-
color
public nurbs_ct_surf color
-
normal
public nurbs_ct_surf normal
-
texture
public nurbs_ct_surf texture
-
s_bezier_cnt
public int s_bezier_cnt
-
t_bezier_cnt
public int t_bezier_cnt
-
-
Method Detail
-
draw
public void draw(GLUnurbsObj nobj, GL JavaGL, int display_mode, nurbs_surfaces surface, int[][] sfactors, int[][] tfactors)
-
augment
public void augment(nurbs_surfaces surface)
-
convert
public void convert(nurbs_knot geom_s_knot, nurbs_knot geom_t_knot, nurbs_knot color_s_knot, nurbs_knot color_t_knot, nurbs_knot normal_s_knot, nurbs_knot normal_t_knot, nurbs_knot texture_s_knot, nurbs_knot texture_t_knot, nurbs_surfaces surface)
-
-