Package jgl.glu
Class nurbs_ct_curvs
- java.lang.Object
-
- jgl.glu.nurbs_ct_curvs
-
public class nurbs_ct_curvs extends Object
nurbs_ct_curvs is one of the GLU NURBS class of JavaGL 2.1.- Version:
- 0.1, 11 Nov 1999
- Author:
- Robin Bing-Yu Chen
-
-
Field Summary
Fields Modifier and Type Field Description int
bezier_cnt
nurbs_ct_curv
color
nurbs_ct_curv
geom
nurbs_ct_curv
normal
nurbs_ct_curv
texture
-
Constructor Summary
Constructors Constructor Description nurbs_ct_curvs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
augment(nurbs_curves curve)
void
convert(nurbs_knot geom_knot, nurbs_knot color_knot, nurbs_knot normal_knot, nurbs_knot texture_knot, nurbs_curves curve)
void
draw(GLUnurbsObj nobj, GL JavaGL, nurbs_curves curve, int[] factors)
-
-
-
Field Detail
-
geom
public nurbs_ct_curv geom
-
color
public nurbs_ct_curv color
-
normal
public nurbs_ct_curv normal
-
texture
public nurbs_ct_curv texture
-
bezier_cnt
public int bezier_cnt
-
-
Method Detail
-
draw
public void draw(GLUnurbsObj nobj, GL JavaGL, nurbs_curves curve, int[] factors)
-
augment
public void augment(nurbs_curves curve)
-
convert
public void convert(nurbs_knot geom_knot, nurbs_knot color_knot, nurbs_knot normal_knot, nurbs_knot texture_knot, nurbs_curves curve)
-
-