| Package | Description |
|---|---|
| org.bytedeco.bullet.Bullet3Collision | |
| org.bytedeco.bullet.Bullet3OpenCL |
| Modifier and Type | Method and Description |
|---|---|
b3Aabb |
b3AabbArray.at(int n) |
b3Aabb |
b3AabbArray.expand() |
b3Aabb |
b3AabbArray.expand(b3Aabb fillValue) |
b3Aabb |
b3AabbArray.expandNonInitializing() |
b3Aabb |
b3AabbArray.get(int n) |
b3Aabb |
b3CpuNarrowPhase.getLocalSpaceAabb(int collidableIndex) |
b3Aabb |
b3Aabb.getPointer(long i) |
b3Aabb |
b3Aabb.m_max(int i,
float setter) |
b3Aabb |
b3Aabb.m_maxVec(b3Vector3 setter) |
b3Aabb |
b3Aabb.m_min(int i,
float setter) |
b3Aabb |
b3Aabb.m_minIndices(int i,
int setter) |
b3Aabb |
b3Aabb.m_minVec(b3Vector3 setter) |
b3Aabb |
b3Aabb.m_signedMaxIndices(int i,
int setter) |
b3Aabb |
b3Aabb.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
b3Aabb |
b3AabbArray.expand(b3Aabb fillValue) |
void |
b3AabbArray.push_back(b3Aabb _Val) |
void |
b3AabbArray.resize(int newsize,
b3Aabb fillData) |
| Modifier and Type | Class and Description |
|---|---|
class |
b3SapAabb
just make sure that the b3Aabb is 16-byte aligned
|
| Modifier and Type | Method and Description |
|---|---|
b3Aabb |
b3AabbOCLArray.at(long n) |
b3Aabb |
b3AabbOCLArray.forcedAt(long n) |
| Modifier and Type | Method and Description |
|---|---|
void |
b3AabbOCLArray.copyFromHostPointer(b3Aabb src,
long numElems) |
void |
b3AabbOCLArray.copyFromHostPointer(b3Aabb src,
long numElems,
long destFirstElem,
boolean waitForCompletion) |
void |
b3AabbOCLArray.copyToHostPointer(b3Aabb destPtr,
long numElem) |
void |
b3AabbOCLArray.copyToHostPointer(b3Aabb destPtr,
long numElem,
long srcFirstElem,
boolean waitForCompletion) |
boolean |
b3AabbOCLArray.push_back(b3Aabb _Val) |
boolean |
b3AabbOCLArray.push_back(b3Aabb _Val,
boolean waitForCompletion) |
Copyright © 2024. All rights reserved.