| Package | Description |
|---|---|
| org.bytedeco.bullet.Bullet3OpenCL |
| Modifier and Type | Method and Description |
|---|---|
b3Contact4Array |
b3Contact4Array.getPointer(long i) |
b3Contact4Array |
b3GpuNarrowPhaseInternalData.m_pBufContactOutCPU() |
b3Contact4Array |
b3Contact4Array.position(long position) |
b3Contact4Array |
b3Contact4Array.put(b3Contact4Array other) |
| Modifier and Type | Method and Description |
|---|---|
void |
b3Contact4Array.copyFromArray(b3Contact4Array otherArray) |
void |
b3Contact4OCLArray.copyFromHost(b3Contact4Array srcArray) |
void |
b3Contact4OCLArray.copyFromHost(b3Contact4Array srcArray,
boolean waitForCompletion) |
void |
b3Contact4OCLArray.copyToHost(b3Contact4Array destArray) |
void |
b3Contact4OCLArray.copyToHost(b3Contact4Array destArray,
boolean waitForCompletion) |
b3GpuNarrowPhaseInternalData |
b3GpuNarrowPhaseInternalData.m_pBufContactOutCPU(b3Contact4Array setter) |
b3Contact4Array |
b3Contact4Array.put(b3Contact4Array other) |
| Constructor and Description |
|---|
b3Contact4Array(b3Contact4Array otherArray)
Generally it is best to avoid using the copy constructor of an b3AlignedObjectArray, and use a (const) reference to the array instead.
|
Copyright © 2024. All rights reserved.