com.bulletphysics.collision.shapes
Class ConeShapeX

java.lang.Object
  extended by com.bulletphysics.collision.shapes.CollisionShape
      extended by com.bulletphysics.collision.shapes.ConvexShape
          extended by com.bulletphysics.collision.shapes.ConvexInternalShape
              extended by com.bulletphysics.collision.shapes.ConeShape
                  extended by com.bulletphysics.collision.shapes.ConeShapeX

public class ConeShapeX
extends ConeShape

ConeShape implements a cone shape, around the X axis.


Field Summary
 
Fields inherited from class com.bulletphysics.collision.shapes.ConvexShape
MAX_PREFERRED_PENETRATION_DIRECTIONS
 
Constructor Summary
ConeShapeX(float radius, float height)
           
 
Method Summary
 
Methods inherited from class com.bulletphysics.collision.shapes.ConeShape
batchedUnitVectorGetSupportingVertexWithoutMargin, calculateLocalInertia, getConeUpIndex, getHeight, getName, getRadius, getShapeType, localGetSupportingVertex, localGetSupportingVertexWithoutMargin
 
Methods inherited from class com.bulletphysics.collision.shapes.ConvexInternalShape
getAabb, getAabbSlow, getLocalScaling, getMargin, getNumPreferredPenetrationDirections, getPreferredPenetrationDirection, setLocalScaling, setMargin
 
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

ConeShapeX

public ConeShapeX(float radius,
                  float height)