|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bulletphysics.collision.shapes.CollisionShape
com.bulletphysics.collision.shapes.ConvexShape
com.bulletphysics.collision.shapes.ConvexInternalShape
com.bulletphysics.collision.shapes.PolyhedralConvexShape
com.bulletphysics.collision.shapes.BoxShape
com.bulletphysics.collision.shapes.CylinderShape
com.bulletphysics.collision.shapes.CylinderShapeZ
public class CylinderShapeZ
Cylinder shape around the Z axis.
| Field Summary |
|---|
| Fields inherited from class com.bulletphysics.collision.shapes.ConvexShape |
|---|
MAX_PREFERRED_PENETRATION_DIRECTIONS |
| Constructor Summary | |
|---|---|
CylinderShapeZ(Vector3f halfExtents)
|
|
| Method Summary | |
|---|---|
void |
batchedUnitVectorGetSupportingVertexWithoutMargin(Vector3f[] vectors,
Vector3f[] supportVerticesOut,
int numVectors)
|
String |
getName()
|
float |
getRadius()
|
Vector3f |
localGetSupportingVertexWithoutMargin(Vector3f vec,
Vector3f out)
|
| Methods inherited from class com.bulletphysics.collision.shapes.CylinderShape |
|---|
getAabb, getShapeType, getUpAxis, localGetSupportingVertex |
| Methods inherited from class com.bulletphysics.collision.shapes.BoxShape |
|---|
calculateLocalInertia, getEdge, getHalfExtentsWithMargin, getHalfExtentsWithoutMargin, getNumEdges, getNumPlanes, getNumPreferredPenetrationDirections, getNumVertices, getPlane, getPlaneEquation, getPreferredPenetrationDirection, getVertex, isInside, setLocalScaling, setMargin |
| Methods inherited from class com.bulletphysics.collision.shapes.PolyhedralConvexShape |
|---|
recalcLocalAabb |
| Methods inherited from class com.bulletphysics.collision.shapes.ConvexInternalShape |
|---|
getAabbSlow, getLocalScaling, getMargin |
| Methods inherited from class com.bulletphysics.collision.shapes.CollisionShape |
|---|
calculateTemporalAabb, getAngularMotionDisc, getBoundingSphere, getUserPointer, isCompound, isConcave, isConvex, isInfinite, isPolyhedral, setUserPointer |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CylinderShapeZ(Vector3f halfExtents)
| Method Detail |
|---|
public Vector3f localGetSupportingVertexWithoutMargin(Vector3f vec,
Vector3f out)
localGetSupportingVertexWithoutMargin in class CylinderShape
public void batchedUnitVectorGetSupportingVertexWithoutMargin(Vector3f[] vectors,
Vector3f[] supportVerticesOut,
int numVectors)
batchedUnitVectorGetSupportingVertexWithoutMargin in class CylinderShapepublic float getRadius()
getRadius in class CylinderShapepublic String getName()
getName in class CylinderShape
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||