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