Class PxGjkQueryExt

java.lang.Object
physx.NativeObject
physx.extensions.PxGjkQueryExt

public class PxGjkQueryExt extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxGjkQueryExt

      protected PxGjkQueryExt()
    • PxGjkQueryExt

      protected PxGjkQueryExt(long address)
  • Method Details

    • wrapPointer

      public static PxGjkQueryExt wrapPointer(long address)
    • arrayGet

      public static PxGjkQueryExt arrayGet(long baseAddress, int index)
    • destroy

      public void destroy()
    • generateContacts

      public static boolean generateContacts(Support a, Support b, PxTransform poseA, PxTransform poseB, float contactDistance, float toleranceLength, PxContactBuffer contactBuffer)
      Parameters:
      a - WebIDL type: Support [Const, Ref]
      b - WebIDL type: Support [Const, Ref]
      poseA - WebIDL type: PxTransform [Const, Ref]
      poseB - WebIDL type: PxTransform [Const, Ref]
      contactDistance - WebIDL type: float
      toleranceLength - WebIDL type: float
      contactBuffer - WebIDL type: PxContactBuffer [Ref]
      Returns:
      WebIDL type: boolean