java.lang.Object
physx.geometry.PxGeometryQuery.Raw
- Enclosing class:
- PxGeometryQuery
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcomputeGeomBounds(long bounds, long geom, long pose) static voidcomputeGeomBounds(long bounds, long geom, long pose, float inflation) static voiddestroy(long address) static booleanisValid(long geom) static booleanoverlap(long geom0, long pose0, long geom1, long pose1) static floatpointDistance(long point, long geom, long pose) static floatpointDistance(long point, long geom, long pose, long closestPoint) static intraycast(long origin, long unitDir, long geom, long pose, float maxDist, long hitFlags, int maxHits, long rayHits) static booleansweep(long unitDir, float maxDist, long geom0, long pose0, long geom1, long pose1, long sweepHit) static booleansweep(long unitDir, float maxDist, long geom0, long pose0, long geom1, long pose1, long sweepHit, long hitFlags) static booleansweep(long unitDir, float maxDist, long geom0, long pose0, long geom1, long pose1, long sweepHit, long hitFlags, float inflation)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
destroy
public static void destroy(long address) -
sweep
public static boolean sweep(long unitDir, float maxDist, long geom0, long pose0, long geom1, long pose1, long sweepHit) -
sweep
public static boolean sweep(long unitDir, float maxDist, long geom0, long pose0, long geom1, long pose1, long sweepHit, long hitFlags) -
sweep
public static boolean sweep(long unitDir, float maxDist, long geom0, long pose0, long geom1, long pose1, long sweepHit, long hitFlags, float inflation) -
overlap
public static boolean overlap(long geom0, long pose0, long geom1, long pose1) -
raycast
public static int raycast(long origin, long unitDir, long geom, long pose, float maxDist, long hitFlags, int maxHits, long rayHits) -
pointDistance
public static float pointDistance(long point, long geom, long pose) -
pointDistance
public static float pointDistance(long point, long geom, long pose, long closestPoint) -
computeGeomBounds
public static void computeGeomBounds(long bounds, long geom, long pose) -
computeGeomBounds
public static void computeGeomBounds(long bounds, long geom, long pose, float inflation) -
isValid
public static boolean isValid(long geom)
-