com.jogamp.opengl.impl.glu.nurbs
Class ArcTesselator

java.lang.Object
  extended by com.jogamp.opengl.impl.glu.nurbs.ArcTesselator

public class ArcTesselator
extends Object

Class for arc tesselation

Author:
Tomas Hrasky

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

ArcTesselator

public ArcTesselator()
Method Detail

bezier

public void bezier(Arc arc,
                   float s1,
                   float s2,
                   float t1,
                   float t2)
Makes given arc an bezier arc

Parameters:
arc - arc to work with
s1 - minimum s param
s2 - maximum s param
t1 - minimum t param
t2 - maximum s param

pwl_right

public void pwl_right(Arc newright,
                      float s,
                      float t1,
                      float t2,
                      float f)
Empty method

Parameters:
newright - arc to work with
s - first tail
t2 - second tail
t1 - third tail
f - stepsize

pwl_left

public void pwl_left(Arc newright,
                     float s,
                     float t2,
                     float t1,
                     float f)
Empty method

Parameters:
newright - arc to work with
s - first tail
t2 - second tail
t1 - third tail
f - stepsize


Copyright 2010 JogAmp Community.