| Package | Description |
|---|---|
| org.bytedeco.bullet.BulletCollision |
| Modifier and Type | Method and Description |
|---|---|
btCell32Array |
btCell32ArrayArray.at(int n) |
btCell32Array |
btCell32ArrayArray.expand() |
btCell32Array |
btCell32ArrayArray.expand(btCell32Array fillValue) |
btCell32Array |
btCell32ArrayArray.expandNonInitializing() |
btCell32Array |
btCell32ArrayArray.get(int n) |
btCell32Array |
btCell32Array.getPointer(long i) |
btCell32Array |
btCell32Array.position(long position) |
btCell32Array |
btCell32Array.put(btCell32Array other) |
| Modifier and Type | Method and Description |
|---|---|
void |
btCell32Array.copyFromArray(btCell32Array otherArray) |
btCell32Array |
btCell32ArrayArray.expand(btCell32Array fillValue) |
void |
btCell32ArrayArray.push_back(btCell32Array _Val) |
btCell32Array |
btCell32Array.put(btCell32Array other) |
void |
btCell32ArrayArray.resize(int newsize,
btCell32Array fillData) |
| Constructor and Description |
|---|
btCell32Array(btCell32Array 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.