Package jgl.glu
Class nurbs_surfaces
- java.lang.Object
-
- jgl.glu.nurbs_surfaces
-
public class nurbs_surfaces extends Object
nurbs_surfaces 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_surface
color
nurbs_surface
geom
nurbs_surface
normal
nurbs_surface
texture
-
Constructor Summary
Constructors Constructor Description nurbs_surfaces()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
fill_knot(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)
int
test()
-
-
-
Field Detail
-
geom
public nurbs_surface geom
-
color
public nurbs_surface color
-
normal
public nurbs_surface normal
-
texture
public nurbs_surface texture
-
-
Method Detail
-
fill_knot
public int fill_knot(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)
-
test
public int test()
-
-