|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.opengl.impl.glu.nurbs.ArcTesselator
public class ArcTesselator
Class for arc tesselation
Constructor Summary | |
---|---|
ArcTesselator()
|
Method Summary | |
---|---|
void |
bezier(Arc arc,
float s1,
float s2,
float t1,
float t2)
Makes given arc an bezier arc |
void |
pwl_left(Arc newright,
float s,
float t2,
float t1,
float f)
Empty method |
void |
pwl_right(Arc newright,
float s,
float t1,
float t2,
float f)
Empty method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArcTesselator()
Method Detail |
---|
public void bezier(Arc arc, float s1, float s2, float t1, float t2)
arc
- arc to work withs1
- minimum s params2
- maximum s paramt1
- minimum t paramt2
- maximum s parampublic void pwl_right(Arc newright, float s, float t1, float t2, float f)
newright
- arc to work withs
- first tailt2
- second tailt1
- third tailf
- stepsizepublic void pwl_left(Arc newright, float s, float t2, float t1, float f)
newright
- arc to work withs
- first tailt2
- second tailt1
- third tailf
- stepsize
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |