|
|||||||||
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_nurbssurface
public class O_nurbssurface
NURBS surface object
Field Summary | |
---|---|
Quilt |
bezier_patches
List of bezier patches forming NURBS surface |
O_nurbssurface |
next
Next surface in list |
O_surface |
owner
Parent O_surface |
boolean |
used
Was surface used |
Constructor Summary | |
---|---|
O_nurbssurface(int type)
Makes new O_nurbssurface of type |
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_patches
public boolean used
public O_surface owner
public O_nurbssurface next
Constructor Detail |
---|
public O_nurbssurface(int type)
type
- surface type
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |