java.lang.Object
physx.physics.PxShapeExt.Raw
- Enclosing class:
- PxShapeExt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static longgetGlobalPose(long shape, long actor) static longgetWorldBounds(long shape, long actor) static longgetWorldBounds(long shape, long actor, float inflation) static booleanoverlap(long shape, long actor, long otherGeom, long otherGeomPose) static intraycast(long shape, long actor, long rayOrigin, long rayDir, float maxDist, long hitFlags, int maxHits, long rayHits) static booleansweep(long shape, long actor, long unitDir, float distance, long otherGeom, long otherGeomPose, long sweepHit, long hitFlags)
-
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)
-