| Package | Description |
|---|---|
| org.bytedeco.bullet.Bullet3Common | |
| org.bytedeco.bullet.Bullet3OpenCL | |
| org.bytedeco.bullet.global |
| Modifier and Type | Method and Description |
|---|---|
b3Int2 |
b3Int2Array.at(int n) |
b3Int2 |
b3Int2Array.expand() |
b3Int2 |
b3Int2Array.expand(b3Int2 fillValue) |
b3Int2 |
b3Int2Array.expandNonInitializing() |
b3Int2 |
b3Int2Array.get(int n) |
b3Int2 |
b3Int2.getPointer(long i) |
b3Int2 |
b3Int2.position(long position) |
b3Int2 |
b3Int2.s(int i,
int setter) |
b3Int2 |
b3Int2.x(int setter) |
b3Int2 |
b3Int2.y(int setter) |
| Modifier and Type | Method and Description |
|---|---|
b3Int2 |
b3Int2Array.expand(b3Int2 fillValue) |
void |
b3Int2Array.push_back(b3Int2 _Val) |
void |
b3Int2Array.resize(int newsize,
b3Int2 fillData) |
| Modifier and Type | Method and Description |
|---|---|
b3Int2 |
b3Int2OCLArray.at(long n) |
b3Int2 |
b3Int2OCLArray.forcedAt(long n) |
| Modifier and Type | Method and Description |
|---|---|
void |
b3Int2OCLArray.copyFromHostPointer(b3Int2 src,
long numElems) |
void |
b3Int2OCLArray.copyFromHostPointer(b3Int2 src,
long numElems,
long destFirstElem,
boolean waitForCompletion) |
void |
b3Int2OCLArray.copyToHostPointer(b3Int2 destPtr,
long numElem) |
void |
b3Int2OCLArray.copyToHostPointer(b3Int2 destPtr,
long numElem,
long srcFirstElem,
boolean waitForCompletion) |
void |
b3FillCL.execute(b3Int2OCLArray src,
b3Int2 value,
int n) |
void |
b3FillCL.execute(b3Int2OCLArray src,
b3Int2 value,
int n,
int offset) |
void |
b3FillCL.executeHost(b3Int2Array src,
b3Int2 value,
int n,
int offset) |
boolean |
b3Int2OCLArray.push_back(b3Int2 _Val) |
boolean |
b3Int2OCLArray.push_back(b3Int2 _Val,
boolean waitForCompletion) |
| Modifier and Type | Method and Description |
|---|---|
static b3Int2 |
Bullet3Common.b3MakeInt2(int x,
int y) |
Copyright © 2024. All rights reserved.