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