|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.opengl.impl.glu.nurbs.O_curve
public class O_curve
Struct holding curve links
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 |
---|
public int curvetype
public O_curve next
public O_pwlcurve o_pwlcurve
public O_nurbscurve o_nurbscurve
Constructor Detail |
---|
public O_curve()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |