| Package | Description |
|---|---|
| org.bytedeco.bullet.Bullet3Collision | |
| org.bytedeco.bullet.Bullet3OpenCL |
| Modifier and Type | Method and Description |
|---|---|
b3RayHitArray |
b3RayHitArray.getPointer(long i) |
b3RayHitArray |
b3RayHitArray.position(long position) |
b3RayHitArray |
b3RayHitArray.put(b3RayHitArray other) |
| Modifier and Type | Method and Description |
|---|---|
void |
b3RayHitArray.copyFromArray(b3RayHitArray otherArray) |
b3RayHitArray |
b3RayHitArray.put(b3RayHitArray other) |
| Constructor and Description |
|---|
b3RayHitArray(b3RayHitArray otherArray)
Generally it is best to avoid using the copy constructor of an b3AlignedObjectArray, and use a (const) reference to the array instead.
|
| Modifier and Type | Method and Description |
|---|---|
void |
b3GpuRigidBodyPipeline.castRays(b3RayInfoArray rays,
b3RayHitArray hitResults) |
void |
b3GpuRaycast.castRays(b3RayInfoArray rays,
b3RayHitArray hitResults,
int numBodies,
b3RigidBodyData bodies,
int numCollidables,
b3Collidable collidables,
b3GpuNarrowPhaseInternalData narrowphaseData,
b3GpuBroadphaseInterface broadphase) |
void |
b3GpuRaycast.castRaysHost(b3RayInfoArray raysIn,
b3RayHitArray hitResults,
int numBodies,
b3RigidBodyData bodies,
int numCollidables,
b3Collidable collidables,
b3GpuNarrowPhaseInternalData narrowphaseData) |
Copyright © 2024. All rights reserved.