@NoOffset @Properties(inherit=Bullet3OpenCL.class) public class b3GpuRaycast extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
b3GpuRaycast(Pointer p)
Pointer cast constructor.
|
b3GpuRaycast(Pointer ctx,
Pointer device,
Pointer q) |
Modifier and Type | Method and Description |
---|---|
void |
castRays(b3RayInfoArray rays,
b3RayHitArray hitResults,
int numBodies,
b3RigidBodyData bodies,
int numCollidables,
b3Collidable collidables,
b3GpuNarrowPhaseInternalData narrowphaseData,
b3GpuBroadphaseInterface broadphase) |
void |
castRaysHost(b3RayInfoArray raysIn,
b3RayHitArray hitResults,
int numBodies,
b3RigidBodyData bodies,
int numCollidables,
b3Collidable collidables,
b3GpuNarrowPhaseInternalData narrowphaseData) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public b3GpuRaycast(Pointer p)
Pointer(Pointer)
.public void castRaysHost(@Const @ByRef b3RayInfoArray raysIn, @ByRef b3RayHitArray hitResults, int numBodies, @Const b3RigidBodyData bodies, int numCollidables, @Const b3Collidable collidables, @Const b3GpuNarrowPhaseInternalData narrowphaseData)
public void castRays(@Const @ByRef b3RayInfoArray rays, @ByRef b3RayHitArray hitResults, int numBodies, @Const b3RigidBodyData bodies, int numCollidables, @Const b3Collidable collidables, @Const b3GpuNarrowPhaseInternalData narrowphaseData, b3GpuBroadphaseInterface broadphase)
Copyright © 2024. All rights reserved.