How To Draw arc

Hi,
I need to draw an arc from one point to an other.
There are some methods to draw curves in OpenGl Guide but not available in jogl. What do I need to draw a curved line form point A to B?

Thanks…

Hi,

You can use some maths and compute some points to draw your arc with a LINE_STRIP…
Or you can use some NURBS, i don’t know if they works well in jogl (and i forgot the maths in their backyard :’().

Thanks for response.
That is right, by some math I draw it, but
I just wanted to check if any jogl method was available. By the way, I could not find NURBS in any jogl library. ???

You are right, it seems that there is no NURBS for the moment… :-/