|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.opengl.impl.glu.nurbs.Quiltspec
public class Quiltspec
Quilt definition
Field Summary | |
---|---|
int[] |
bdry
Boundary |
float[] |
breakpoints
Breakpoints |
int |
index
Breakpoint index |
int |
offset
Start offset |
int |
order
Quilt order |
int |
stride
Stride between control points |
int |
width
Quilt width in breakpoints |
Constructor Summary | |
---|---|
Quiltspec()
Makes new quiltspec |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int stride
public int width
public int order
public int offset
public int index
public int[] bdry
public float[] breakpoints
Constructor Detail |
---|
public Quiltspec()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |