java.lang.Object
physx.geometry.SimpleCustomGeometryCallbacks.Raw
- Enclosing class:
- SimpleCustomGeometryCallbacks
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcomputeMassPropertiesImpl(long address, long geometry, long massProperties) static voiddestroy(long address) static booleangenerateContactsImpl(long address, long geom0, long geom1, long pose0, long pose1, float contactDistance, float meshContactMargin, float toleranceLength, long contactBuffer) static longgetLocalBoundsImpl(long address, long geometry) static floatgetPersistentContactManifold_outBreakingThreshold(long address) static booleanoverlapImpl(long address, long geom0, long pose0, long geom1, long pose1) static intraycastImpl(long address, long origin, long unitDir, long geom, long pose, float maxDist, long hitFlags, int maxHits, long rayHits, int stride) static voidsetPersistentContactManifold_outBreakingThreshold(long address, float value) static booleansweepImpl(long address, long unitDir, float maxDist, long geom0, long pose0, long geom1, long pose1, long sweepHit, long hitFlags, float inflation) static booleanusePersistentContactManifoldImpl(long address, long geometry)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
destroy
public static void destroy(long address) -
getPersistentContactManifold_outBreakingThreshold
public static float getPersistentContactManifold_outBreakingThreshold(long address) -
setPersistentContactManifold_outBreakingThreshold
public static void setPersistentContactManifold_outBreakingThreshold(long address, float value) -
getLocalBoundsImpl
public static long getLocalBoundsImpl(long address, long geometry) -
generateContactsImpl
public static boolean generateContactsImpl(long address, long geom0, long geom1, long pose0, long pose1, float contactDistance, float meshContactMargin, float toleranceLength, long contactBuffer) -
raycastImpl
public static int raycastImpl(long address, long origin, long unitDir, long geom, long pose, float maxDist, long hitFlags, int maxHits, long rayHits, int stride) -
overlapImpl
public static boolean overlapImpl(long address, long geom0, long pose0, long geom1, long pose1) -
sweepImpl
public static boolean sweepImpl(long address, long unitDir, float maxDist, long geom0, long pose0, long geom1, long pose1, long sweepHit, long hitFlags, float inflation) -
computeMassPropertiesImpl
public static void computeMassPropertiesImpl(long address, long geometry, long massProperties) -
usePersistentContactManifoldImpl
public static boolean usePersistentContactManifoldImpl(long address, long geometry)
-