|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.opengl.impl.glu.nurbs.Patchlist
public class Patchlist
List of patches
Field Summary | |
---|---|
Pspec[] |
pspec
Array of ranges |
Constructor Summary | |
---|---|
Patchlist(Patchlist patchlist,
int param,
float mid)
Empty constructor |
|
Patchlist(Quilt quilts,
float[] pta,
float[] ptb)
Makes new list of patches |
Method Summary | |
---|---|
void |
bbox()
Empty method |
int |
cullCheck()
Empty method |
void |
getstepsize()
Empty method |
boolean |
needsNonSamplingSubdivision()
Empty method |
boolean |
needsSamplingSubdivision()
Empty method |
boolean |
needsSubdivision(int i)
Empty method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Pspec[] pspec
Constructor Detail |
---|
public Patchlist(Quilt quilts, float[] pta, float[] ptb)
quilts
- list of quiltspta
- low borderptb
- high borderpublic Patchlist(Patchlist patchlist, int param, float mid)
patchlist
- param
- mid
- Method Detail |
---|
public int cullCheck()
public void getstepsize()
public boolean needsSamplingSubdivision()
public boolean needsSubdivision(int i)
i
-
public boolean needsNonSamplingSubdivision()
public void bbox()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |