| Package | Description |
|---|---|
| org.bytedeco.bullet.BulletCollision |
| Modifier and Type | Method and Description |
|---|---|
btQuantizedBvhNodeArray |
btQuantizedBvh.getLeafNodeArray() |
btQuantizedBvhNodeArray |
btQuantizedBvhNodeArray.getPointer(long i) |
btQuantizedBvhNodeArray |
btQuantizedBvh.getQuantizedNodeArray() |
btQuantizedBvhNodeArray |
btQuantizedBvhNodeArray.position(long position) |
btQuantizedBvhNodeArray |
btQuantizedBvhNodeArray.put(btQuantizedBvhNodeArray other) |
| Modifier and Type | Method and Description |
|---|---|
void |
btQuantizedBvhNodeArray.copyFromArray(btQuantizedBvhNodeArray otherArray) |
btQuantizedBvhNodeArray |
btQuantizedBvhNodeArray.put(btQuantizedBvhNodeArray other) |
| Constructor and Description |
|---|
btQuantizedBvhNodeArray(btQuantizedBvhNodeArray otherArray)
Generally it is best to avoid using the copy constructor of an btAlignedObjectArray, and use a (const) reference to the array instead.
|
Copyright © 2024. All rights reserved.