| Package | Description |
|---|---|
| org.bytedeco.bullet.LinearMath |
| Modifier and Type | Method and Description |
|---|---|
btFloatArray |
btFloatArray.getPointer(long i) |
btFloatArray |
btMatrixXf.m_storage() |
btFloatArray |
btVectorXf.m_storage() |
btFloatArray |
btFloatArray.position(long position) |
btFloatArray |
btFloatArray.put(btFloatArray other) |
| Modifier and Type | Method and Description |
|---|---|
void |
btFloatArray.copyFromArray(btFloatArray otherArray) |
btMatrixXf |
btMatrixXf.m_storage(btFloatArray setter) |
btVectorXf |
btVectorXf.m_storage(btFloatArray setter) |
btFloatArray |
btFloatArray.put(btFloatArray other) |
| Constructor and Description |
|---|
btFloatArray(btFloatArray 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.