Package jgl.glu
Class nurbs_curves
- java.lang.Object
-
- jgl.glu.nurbs_curves
-
public class nurbs_curves extends Object
nurbs_curves 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_curvecolornurbs_curvegeomnurbs_curvenormalnurbs_curvetexture
-
Constructor Summary
Constructors Constructor Description nurbs_curves()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intfill_knot(nurbs_knot geom_knot, nurbs_knot color_knot, nurbs_knot normal_knot, nurbs_knot texture_knot)inttest()
-
-
-
Field Detail
-
geom
public nurbs_curve geom
-
color
public nurbs_curve color
-
normal
public nurbs_curve normal
-
texture
public nurbs_curve texture
-
-
Method Detail
-
fill_knot
public int fill_knot(nurbs_knot geom_knot, nurbs_knot color_knot, nurbs_knot normal_knot, nurbs_knot texture_knot)
-
test
public int test()
-
-