com.jogamp.opengl.impl.glu.nurbs
Class O_curve

java.lang.Object
  extended by com.jogamp.opengl.impl.glu.nurbs.O_curve

public class O_curve
extends Object

Struct holding curve links

Author:
Tomáš Hráský

Field Summary
 int curvetype
          Curve type
 O_curve next
          Next curve in linked list
 O_nurbscurve o_nurbscurve
          NURBS curve
 O_pwlcurve o_pwlcurve
          Curve of picewiselinear type
 
Constructor Summary
O_curve()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

curvetype

public int curvetype
Curve type


next

public O_curve next
Next curve in linked list


o_pwlcurve

public O_pwlcurve o_pwlcurve
Curve of picewiselinear type


o_nurbscurve

public O_nurbscurve o_nurbscurve
NURBS curve

Constructor Detail

O_curve

public O_curve()


Copyright 2010 JogAmp Community.