Class PrimitiveKey

java.lang.Object
com.ardor3d.intersection.PrimitiveKey

public class PrimitiveKey extends Object
  • Constructor Details

    • PrimitiveKey

      public PrimitiveKey(int primitiveIndex, int section)
  • Method Details

    • getPrimitiveIndex

      public int getPrimitiveIndex()
      Returns:
      the primitiveIndex
    • getSection

      public int getSection()
      Returns:
      the section
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object