java.lang.Object
physx.extensions.PxGjkQuery.Raw
- Enclosing class:
- PxGjkQuery
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static booleanoverlap(long a, long b, long poseA, long poseB) static booleanproximityInfo(long a, long b, long poseA, long poseB, float contactDistance, float toleranceLength, long result) static booleanraycast(long shape, long pose, long rayStart, long unitDir, float maxDist, long result) static booleansweep(long a, long b, long poseA, long poseB, long unitDir, float maxDist, long result)
-
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)
-