Class PxGjkQuery.Raw

java.lang.Object
physx.extensions.PxGjkQuery.Raw
Enclosing class:
PxGjkQuery

public static class PxGjkQuery.Raw extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    Raw()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    destroy(long address)
     
    static boolean
    overlap(long a, long b, long poseA, long poseB)
     
    static boolean
    proximityInfo(long a, long b, long poseA, long poseB, float contactDistance, float toleranceLength, long result)
     
    static boolean
    raycast(long shape, long pose, long rayStart, long unitDir, float maxDist, long result)
     
    static boolean
    sweep(long a, long b, long poseA, long poseB, long unitDir, float maxDist, long result)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • destroy

      public static void destroy(long address)
    • proximityInfo

      public static boolean proximityInfo(long a, long b, long poseA, long poseB, float contactDistance, float toleranceLength, long result)
    • raycast

      public static boolean raycast(long shape, long pose, long rayStart, long unitDir, float maxDist, long result)
    • overlap

      public static boolean overlap(long a, long b, long poseA, long poseB)
    • sweep

      public static boolean sweep(long a, long b, long poseA, long poseB, long unitDir, float maxDist, long result)