| Package | Description |
|---|---|
| org.bytedeco.bullet.Bullet3Common | |
| org.bytedeco.bullet.Bullet3OpenCL |
| Modifier and Type | Method and Description |
|---|---|
b3Int2Array |
b3Int2Array.getPointer(long i) |
b3Int2Array |
b3Int2Array.position(long position) |
b3Int2Array |
b3Int2Array.put(b3Int2Array other) |
| Modifier and Type | Method and Description |
|---|---|
void |
b3Int2Array.copyFromArray(b3Int2Array otherArray) |
b3Int2Array |
b3Int2Array.put(b3Int2Array other) |
| Constructor and Description |
|---|
b3Int2Array(b3Int2Array 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 |
b3Int2OCLArray.copyFromHost(b3Int2Array srcArray) |
void |
b3Int2OCLArray.copyFromHost(b3Int2Array srcArray,
boolean waitForCompletion) |
void |
b3Int2OCLArray.copyToHost(b3Int2Array destArray) |
void |
b3Int2OCLArray.copyToHost(b3Int2Array destArray,
boolean waitForCompletion) |
void |
b3FillCL.executeHost(b3Int2Array src,
b3Int2 value,
int n,
int offset) |
Copyright © 2024. All rights reserved.