maspack.collision
Class MeshContourPair

java.lang.Object
  extended by maspack.collision.MeshContourPair

public class MeshContourPair
extends java.lang.Object


Constructor Summary
MeshContourPair(MeshIntersectionContour c1, MeshIntersectionContour c2)
           
 
Method Summary
 boolean equals(MeshContourPair aPair)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeshContourPair

public MeshContourPair(MeshIntersectionContour c1,
                       MeshIntersectionContour c2)
Method Detail

equals

public boolean equals(MeshContourPair aPair)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object