| Package | Description |
|---|---|
| org.bytedeco.bullet.Bullet3Collision |
| Modifier and Type | Method and Description |
|---|---|
b3MyFaceArray |
b3MyFaceArray.getPointer(long i) |
b3MyFaceArray |
b3ConvexUtility.m_faces() |
b3MyFaceArray |
b3MyFaceArray.position(long position) |
b3MyFaceArray |
b3MyFaceArray.put(b3MyFaceArray other) |
| Modifier and Type | Method and Description |
|---|---|
void |
b3MyFaceArray.copyFromArray(b3MyFaceArray otherArray) |
b3ConvexUtility |
b3ConvexUtility.m_faces(b3MyFaceArray setter) |
b3MyFaceArray |
b3MyFaceArray.put(b3MyFaceArray other) |
| Constructor and Description |
|---|
b3MyFaceArray(b3MyFaceArray otherArray)
Generally it is best to avoid using the copy constructor of an b3AlignedObjectArray, and use a (const) reference to the array instead.
|
Copyright © 2024. All rights reserved.