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

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

public class ArcTdirSorter
extends Object

Class for sorting list of Arcs

Author:
Tomas Hrasky

Constructor Summary
ArcTdirSorter(Subdivider subdivider)
          Makes new ArcSdirSorter with Subdivider
 
Method Summary
 void qsort(CArrayOfArcs list, int count)
          Sorts list of arcs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArcTdirSorter

public ArcTdirSorter(Subdivider subdivider)
Makes new ArcSdirSorter with Subdivider

Parameters:
subdivider - subdivider
Method Detail

qsort

public void qsort(CArrayOfArcs list,
                  int count)
Sorts list of arcs

Parameters:
list - arc list to be sorted
count - size of list


Copyright 2010 JogAmp Community.