| Package | Description |
|---|---|
| org.bytedeco.bullet.Bullet3Collision |
| Modifier and Type | Method and Description |
|---|---|
b3DbvtProxyArray |
b3DbvtProxyArray.getPointer(long i) |
b3DbvtProxyArray |
b3DynamicBvhBroadphase.m_proxies() |
b3DbvtProxyArray |
b3DbvtProxyArray.position(long position) |
b3DbvtProxyArray |
b3DbvtProxyArray.put(b3DbvtProxyArray other) |
| Modifier and Type | Method and Description |
|---|---|
void |
b3DbvtProxyArray.copyFromArray(b3DbvtProxyArray otherArray) |
b3DynamicBvhBroadphase |
b3DynamicBvhBroadphase.m_proxies(b3DbvtProxyArray setter) |
b3DbvtProxyArray |
b3DbvtProxyArray.put(b3DbvtProxyArray other) |
| Constructor and Description |
|---|
b3DbvtProxyArray(b3DbvtProxyArray 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.