Class SubShapeIdPair

java.lang.Object
com.github.stephengold.joltjni.JoltPhysicsObject
com.github.stephengold.joltjni.SubShapeIdPair
All Implemented Interfaces:
ConstJoltPhysicsObject, ConstSubShapeIdPair, AutoCloseable, Comparable<ConstJoltPhysicsObject>

public final class SubShapeIdPair extends JoltPhysicsObject implements ConstSubShapeIdPair
Identify a pair of colliding subshapes. (native type: SubShapeIDPair)
  • Constructor Details

    • SubShapeIdPair

      public SubShapeIdPair(long pairVa)
      Instantiate a pair with the specified native object assigned but not owned.
      Parameters:
      pairVa - the virtual address of the native object to assign (not zero)
  • Method Details