com.jogamp.opengl.impl.glu.nurbs
Class ArcTdirSorter
java.lang.Object
com.jogamp.opengl.impl.glu.nurbs.ArcTdirSorter
public class ArcTdirSorter
- extends Object
Class for sorting list of Arcs
- Author:
- Tomas Hrasky
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArcTdirSorter
public ArcTdirSorter(Subdivider subdivider)
- Makes new ArcSdirSorter with Subdivider
- Parameters:
subdivider
- subdivider
qsort
public void qsort(CArrayOfArcs list,
int count)
- Sorts list of arcs
- Parameters:
list
- arc list to be sortedcount
- size of list
Copyright 2010 JogAmp Community.