| Package | Description |
|---|---|
| org.bytedeco.bullet.BulletCollision |
| Modifier and Type | Class and Description |
|---|---|
class |
btPairSet
A pairset array
|
| Modifier and Type | Method and Description |
|---|---|
GIM_PAIR_Array_ |
GIM_PAIR_Array_.getPointer(long i) |
GIM_PAIR_Array_ |
GIM_PAIR_Array_.position(long position) |
GIM_PAIR_Array_ |
GIM_PAIR_Array_.put(GIM_PAIR_Array_ other) |
| Modifier and Type | Method and Description |
|---|---|
void |
GIM_PAIR_Array_.copyFromArray(GIM_PAIR_Array_ otherArray) |
GIM_PAIR_Array_ |
GIM_PAIR_Array_.put(GIM_PAIR_Array_ other) |
| Constructor and Description |
|---|
GIM_PAIR_Array_(GIM_PAIR_Array_ 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.