com.jme3.collision.bih
Class TriangleAxisComparator

java.lang.Object
  extended by com.jme3.collision.bih.TriangleAxisComparator
All Implemented Interfaces:
java.util.Comparator<BIHTriangle>

public class TriangleAxisComparator
extends java.lang.Object
implements java.util.Comparator<BIHTriangle>


Constructor Summary
TriangleAxisComparator(int axis)
           
 
Method Summary
 int compare(BIHTriangle o1, BIHTriangle o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

TriangleAxisComparator

public TriangleAxisComparator(int axis)
Method Detail

compare

public int compare(BIHTriangle o1,
                   BIHTriangle o2)
Specified by:
compare in interface java.util.Comparator<BIHTriangle>