java.lang.Object
physx.NativeObject
physx.extensions.PxMeshOverlapUtil
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsFields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PxMeshOverlapUtilarrayGet(long baseAddress, int index) voiddestroy()intfindOverlap(PxGeometry geom, PxTransform geomPose, PxTriangleMeshGeometry meshGeom, PxTransform meshPose) intstatic PxMeshOverlapUtilwrapPointer(long address) Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
Field Details
-
SIZEOF
public static final int SIZEOF -
ALIGNOF
public static final int ALIGNOF- See Also:
-
-
Constructor Details
-
PxMeshOverlapUtil
protected PxMeshOverlapUtil(long address) -
PxMeshOverlapUtil
public PxMeshOverlapUtil()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
findOverlap
public int findOverlap(PxGeometry geom, PxTransform geomPose, PxTriangleMeshGeometry meshGeom, PxTransform meshPose) - Parameters:
geom- WebIDL type:PxGeometry[Const, Ref]geomPose- WebIDL type:PxTransform[Const, Ref]meshGeom- WebIDL type:PxTriangleMeshGeometry[Const, Ref]meshPose- WebIDL type:PxTransform[Const, Ref]- Returns:
- WebIDL type: unsigned long
-
getResults
- Returns:
- WebIDL type:
PxU32ConstPtr[Value]
-
getNbResults
public int getNbResults()- Returns:
- WebIDL type: unsigned long
-