|
|||||||||
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_nurbscurve
public class O_nurbscurve
NURBS curve object
Field Summary | |
---|---|
Quilt |
bezier_curves
List of bezier curves |
O_nurbscurve |
next
Next curve in list |
O_curve |
owner
Parent curve |
int |
type
Curve type |
boolean |
used
Was curve used ? |
Constructor Summary | |
---|---|
O_nurbscurve(int realType)
Makes new O_nurbscurve |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Quilt bezier_curves
public int type
public boolean used
public O_curve owner
public O_nurbscurve next
Constructor Detail |
---|
public O_nurbscurve(int realType)
realType
- type of curve
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |