|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.opengl.impl.glu.nurbs.Curve
public class Curve
Class holding curve definition
Field Summary | |
---|---|
Curve |
next
Next curve in linked list |
float |
stepsize
Subdivision stepsize |
Constructor Summary | |
---|---|
Curve(Quilt geo,
float[] pta,
float[] ptb,
Curve c)
Makes new Curve |
Method Summary | |
---|---|
void |
clamp()
Clamps the curve |
int |
cullCheck()
Checks culling type |
void |
getStepSize()
Computes subdivision step size |
boolean |
needsSamplingSubdivision()
Tells whether curve needs subdivision |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Curve next
public float stepsize
Constructor Detail |
---|
public Curve(Quilt geo, float[] pta, float[] ptb, Curve c)
geo
- pta
- ptb
- c
- next curve in linked listMethod Detail |
---|
public int cullCheck()
public void getStepSize()
public void clamp()
public boolean needsSamplingSubdivision()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |