| Package | Description |
|---|---|
| org.bytedeco.bullet.Bullet3Collision | |
| org.bytedeco.bullet.Bullet3OpenCL |
| Modifier and Type | Method and Description |
|---|---|
b3ConvexUtility |
b3ConvexUtility.getPointer(long i) |
b3ConvexUtility |
b3ConvexUtility.m_extents(b3Vector3 setter) |
b3ConvexUtility |
b3ConvexUtility.m_faces(b3MyFaceArray setter) |
b3ConvexUtility |
b3ConvexUtility.m_localCenter(b3Vector3 setter) |
b3ConvexUtility |
b3ConvexUtility.m_radius(float setter) |
b3ConvexUtility |
b3ConvexUtility.m_uniqueEdges(b3Vector3Array setter) |
b3ConvexUtility |
b3ConvexUtility.m_vertices(b3Vector3Array setter) |
b3ConvexUtility |
b3ConvexUtility.mC(b3Vector3 setter) |
b3ConvexUtility |
b3ConvexUtility.mE(b3Vector3 setter) |
b3ConvexUtility |
b3ConvexUtility.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
int |
b3CpuNarrowPhase.registerConvexHullShape(b3ConvexUtility utilPtr) |
| Modifier and Type | Method and Description |
|---|---|
b3ConvexUtility |
b3ConvexUtilityArray.at(int n) |
b3ConvexUtility |
b3ConvexUtilityArray.expand() |
b3ConvexUtility |
b3ConvexUtilityArray.expand(b3ConvexUtility fillValue) |
b3ConvexUtility |
b3ConvexUtilityArray.expandNonInitializing() |
b3ConvexUtility |
b3ConvexUtilityArray.get(int n) |
| Modifier and Type | Method and Description |
|---|---|
b3ConvexUtility |
b3ConvexUtilityArray.expand(b3ConvexUtility fillValue) |
int |
b3ConvexUtilityArray.findBinarySearch(b3ConvexUtility key)
non-recursive binary search, assumes sorted array
|
int |
b3ConvexUtilityArray.findLinearSearch(b3ConvexUtility key) |
int |
b3ConvexUtilityArray.findLinearSearch2(b3ConvexUtility key) |
void |
b3ConvexUtilityArray.push_back(b3ConvexUtility _Val) |
int |
b3GpuNarrowPhase.registerConvexHullShape(b3ConvexUtility utilPtr) |
void |
b3ConvexUtilityArray.remove(b3ConvexUtility key) |
void |
b3ConvexUtilityArray.resize(int newsize,
b3ConvexUtility fillData) |
Copyright © 2024. All rights reserved.