|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.opengl.impl.glu.nurbs.Curvelist
public class Curvelist
Class for woking with linked list of curves
Field Summary | |
---|---|
float |
stepsize
Subdivision step size |
Constructor Summary | |
---|---|
Curvelist(Quilt qlist,
float[] pta,
float[] ptb)
Makes new instance on top of specified lis of Quilts |
Method Summary | |
---|---|
int |
cullCheck()
Checks for culling |
void |
getstepsize()
Compute step size |
boolean |
needsSamplingSubdivision()
Indicates whether curves need subdivision |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float stepsize
Constructor Detail |
---|
public Curvelist(Quilt qlist, float[] pta, float[] ptb)
qlist
- underlaying list of quiltspta
- range startptb
- range endMethod Detail |
---|
public void getstepsize()
public boolean needsSamplingSubdivision()
public int cullCheck()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |