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

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

public class ArcSdirSorter
extends Object

Class for sorting list of Arcs

Author:
Tomas Hrasky

Constructor Summary
ArcSdirSorter(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

ArcSdirSorter

public ArcSdirSorter(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.