| Package | Description |
|---|---|
| org.bytedeco.bullet.BulletCollision |
| Modifier and Type | Method and Description |
|---|---|
btFaceArray |
btFaceArray.getPointer(long i) |
btFaceArray |
btConvexPolyhedron.m_faces() |
btFaceArray |
btFaceArray.position(long position) |
btFaceArray |
btFaceArray.put(btFaceArray other) |
| Modifier and Type | Method and Description |
|---|---|
void |
btFaceArray.copyFromArray(btFaceArray otherArray) |
btConvexPolyhedron |
btConvexPolyhedron.m_faces(btFaceArray setter) |
btFaceArray |
btFaceArray.put(btFaceArray other) |
| Constructor and Description |
|---|
btFaceArray(btFaceArray 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.