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