Package physx.physics

Class PxShapeExt.Raw

java.lang.Object
physx.physics.PxShapeExt.Raw
Enclosing class:
PxShapeExt

public static class PxShapeExt.Raw extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    Raw()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    destroy(long address)
     
    static long
    getGlobalPose(long shape, long actor)
     
    static long
    getWorldBounds(long shape, long actor)
     
    static long
    getWorldBounds(long shape, long actor, float inflation)
     
    static boolean
    overlap(long shape, long actor, long otherGeom, long otherGeomPose)
     
    static int
    raycast(long shape, long actor, long rayOrigin, long rayDir, float maxDist, long hitFlags, int maxHits, long rayHits)
     
    static boolean
    sweep(long shape, long actor, long unitDir, float distance, long otherGeom, long otherGeomPose, long sweepHit, long hitFlags)
     

    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)
    • getGlobalPose

      public static long getGlobalPose(long shape, long actor)
    • raycast

      public static int raycast(long shape, long actor, long rayOrigin, long rayDir, float maxDist, long hitFlags, int maxHits, long rayHits)
    • overlap

      public static boolean overlap(long shape, long actor, long otherGeom, long otherGeomPose)
    • sweep

      public static boolean sweep(long shape, long actor, long unitDir, float distance, long otherGeom, long otherGeomPose, long sweepHit, long hitFlags)
    • getWorldBounds

      public static long getWorldBounds(long shape, long actor)
    • getWorldBounds

      public static long getWorldBounds(long shape, long actor, float inflation)