| Package | Description |
|---|---|
| org.bytedeco.bullet.Bullet3Collision | |
| org.bytedeco.bullet.Bullet3Common | |
| org.bytedeco.bullet.Bullet3OpenCL | |
| org.bytedeco.bullet.global |
| Modifier and Type | Method and Description |
|---|---|
b3Int4 |
b3HashedOverlappingPairCache.addOverlappingPair(int proxy0,
int proxy1) |
b3Int4 |
b3SortedOverlappingPairCache.addOverlappingPair(int proxy0,
int proxy1) |
b3Int4 |
b3OverlappingPairCache.addOverlappingPair(int proxy0,
int proxy1) |
b3Int4 |
b3NullPairCache.addOverlappingPair(int arg0,
int arg1) |
b3Int4 |
b3HashedOverlappingPairCache.findPair(int proxy0,
int proxy1) |
b3Int4 |
b3SortedOverlappingPairCache.findPair(int proxy0,
int proxy1) |
b3Int4 |
b3OverlappingPairCache.findPair(int proxy0,
int proxy1) |
b3Int4 |
b3NullPairCache.findPair(int arg0,
int arg1) |
b3Int4 |
b3HashedOverlappingPairCache.getOverlappingPairArrayPtr() |
b3Int4 |
b3SortedOverlappingPairCache.getOverlappingPairArrayPtr() |
b3Int4 |
b3OverlappingPairCache.getOverlappingPairArrayPtr() |
b3Int4 |
b3NullPairCache.getOverlappingPairArrayPtr() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
b3BroadphasePairSortPredicate.apply(b3Int4 a,
b3Int4 b) |
void |
b3HashedOverlappingPairCache.cleanOverlappingPair(b3Int4 pair,
b3Dispatcher dispatcher) |
void |
b3SortedOverlappingPairCache.cleanOverlappingPair(b3Int4 pair,
b3Dispatcher dispatcher) |
void |
b3OverlappingPairCache.cleanOverlappingPair(b3Int4 pair,
b3Dispatcher dispatcher) |
void |
b3NullPairCache.cleanOverlappingPair(b3Int4 arg0,
b3Dispatcher arg1) |
boolean |
b3OverlapCallback.processOverlap(b3Int4 pair) |
| Modifier and Type | Method and Description |
|---|---|
b3Int4 |
b3Int4Array.at(int n) |
b3Int4 |
b3Int4Array.expand() |
b3Int4 |
b3Int4Array.expand(b3Int4 fillValue) |
b3Int4 |
b3Int4Array.expandNonInitializing() |
b3Int4 |
b3Int4Array.get(int n) |
b3Int4 |
b3Int4.getPointer(long i) |
b3Int4 |
b3Int4.position(long position) |
b3Int4 |
b3Int4.s(int i,
int setter) |
b3Int4 |
b3Int4.w(int setter) |
b3Int4 |
b3Int4.x(int setter) |
b3Int4 |
b3Int4.y(int setter) |
b3Int4 |
b3Int4.z(int setter) |
| Modifier and Type | Method and Description |
|---|---|
b3Int4 |
b3Int4Array.expand(b3Int4 fillValue) |
void |
b3Int4Array.push_back(b3Int4 _Val) |
void |
b3Int4Array.resize(int newsize,
b3Int4 fillData) |
| Modifier and Type | Method and Description |
|---|---|
b3Int4 |
b3Int4OCLArray.at(long n) |
b3Int4 |
b3Int4OCLArray.forcedAt(long n) |
b3Int4 |
b3FillCL.b3ConstData.m_data() |
| Modifier and Type | Method and Description |
|---|---|
void |
b3Int4OCLArray.copyFromHostPointer(b3Int4 src,
long numElems) |
void |
b3Int4OCLArray.copyFromHostPointer(b3Int4 src,
long numElems,
long destFirstElem,
boolean waitForCompletion) |
void |
b3Int4OCLArray.copyToHostPointer(b3Int4 destPtr,
long numElem) |
void |
b3Int4OCLArray.copyToHostPointer(b3Int4 destPtr,
long numElem,
long srcFirstElem,
boolean waitForCompletion) |
b3FillCL.b3ConstData |
b3FillCL.b3ConstData.m_data(b3Int4 setter) |
boolean |
b3Int4OCLArray.push_back(b3Int4 _Val) |
boolean |
b3Int4OCLArray.push_back(b3Int4 _Val,
boolean waitForCompletion) |
| Modifier and Type | Method and Description |
|---|---|
static b3Int4 |
Bullet3Collision.b3MakeBroadphasePair(int xx,
int yy) |
static b3Int4 |
Bullet3Common.b3MakeInt4(int x,
int y,
int z) |
static b3Int4 |
Bullet3Common.b3MakeInt4(int x,
int y,
int z,
int w) |
| Modifier and Type | Method and Description |
|---|---|
static int |
Bullet3Collision.b3ReduceContacts(b3Vector3 p,
int nPoints,
b3Vector3 nearNormal,
b3Int4 contactIdx) |
static boolean |
Bullet3Collision.equals(b3Int4 a,
b3Int4 b) |
Copyright © 2024. All rights reserved.