public class CylinderShapeX extends CylinderShape
MAX_PREFERRED_PENETRATION_DIRECTIONS| Constructor and Description |
|---|
CylinderShapeX(Vector3f halfExtents) |
| Modifier and Type | Method and Description |
|---|---|
void |
batchedUnitVectorGetSupportingVertexWithoutMargin(Vector3f[] vectors,
Vector3f[] supportVerticesOut,
int numVectors) |
String |
getName() |
float |
getRadius() |
Vector3f |
localGetSupportingVertexWithoutMargin(Vector3f vec,
Vector3f out) |
getAabb, getShapeType, getUpAxis, localGetSupportingVertexcalculateLocalInertia, getEdge, getHalfExtentsWithMargin, getHalfExtentsWithoutMargin, getNumEdges, getNumPlanes, getNumPreferredPenetrationDirections, getNumVertices, getPlane, getPlaneEquation, getPreferredPenetrationDirection, getVertex, isInside, setLocalScaling, setMarginrecalcLocalAabbgetAabbSlow, getLocalScaling, getMargincalculateTemporalAabb, getAngularMotionDisc, getBoundingSphere, getUserPointer, isCompound, isConcave, isConvex, isInfinite, isPolyhedral, setUserPointerpublic CylinderShapeX(Vector3f halfExtents)
public Vector3f localGetSupportingVertexWithoutMargin(Vector3f vec, Vector3f out)
localGetSupportingVertexWithoutMargin in class CylinderShapepublic void batchedUnitVectorGetSupportingVertexWithoutMargin(Vector3f[] vectors, Vector3f[] supportVerticesOut, int numVectors)
batchedUnitVectorGetSupportingVertexWithoutMargin in class CylinderShapepublic float getRadius()
getRadius in class CylinderShapepublic String getName()
getName in class CylinderShape