| Package | Description |
|---|---|
| org.bytedeco.bullet.BulletDynamics |
| Modifier and Type | Method and Description |
|---|---|
btWheelInfoArray |
btWheelInfoArray.getPointer(long i) |
btWheelInfoArray |
btRaycastVehicle.m_wheelInfo() |
btWheelInfoArray |
btWheelInfoArray.position(long position) |
btWheelInfoArray |
btWheelInfoArray.put(btWheelInfoArray other) |
| Modifier and Type | Method and Description |
|---|---|
void |
btWheelInfoArray.copyFromArray(btWheelInfoArray otherArray) |
btRaycastVehicle |
btRaycastVehicle.m_wheelInfo(btWheelInfoArray setter) |
btWheelInfoArray |
btWheelInfoArray.put(btWheelInfoArray other) |
| Constructor and Description |
|---|
btWheelInfoArray(btWheelInfoArray 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.