|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.opengl.impl.glu.nurbs.Splinespec
public class Splinespec
NURBS definition
Constructor Summary | |
---|---|
Splinespec(int i)
Makes new Splinespec with given dimension |
Method Summary | |
---|---|
void |
copy(CArrayOfFloats ctlarray)
Copies array of control points to output array |
void |
kspecinit(Knotvector knotvector)
Initializes knotspec according to knotvector |
void |
kspecinit(Knotvector sknotvector,
Knotvector tknotvector)
Initializes knotspec according to knotvector - SURFACE |
void |
layout(int ncoords)
Prepares for conversion |
void |
select()
Preselect and select knotspecs |
void |
setupquilt(Quilt quilt)
Prepares quilt for conversion |
void |
transform()
Transforms knotspecs - conversion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Splinespec(int i)
i
- dimensionMethod Detail |
---|
public void kspecinit(Knotvector knotvector)
knotvector
- basic knotvectorpublic void kspecinit(Knotvector sknotvector, Knotvector tknotvector)
sknotvector
- knotvector in u dirtknotvector
- knotvector in v dirpublic void select()
public void layout(int ncoords)
ncoords
- number of coordspublic void setupquilt(Quilt quilt)
quilt
- quilt to work withpublic void copy(CArrayOfFloats ctlarray)
ctlarray
- control points arraypublic void transform()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |