public class EmptyShape extends CollisionShape
btEmptyShape.| Modifier and Type | Field and Description |
|---|---|
static java.util.logging.Logger |
logger2
message logger for this class
|
enableContactFilter, logger, margin, scaleloggerN| Constructor and Description |
|---|
EmptyShape(boolean unused)
Instantiate an empty shape.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSplit()
Test whether the shape can be split by an arbitrary plane.
|
float |
maxRadius()
Calculate how far the shape extends from its center.
|
float |
scaledVolume()
Return the volume of the shape, including scale and margin.
|
float |
unscaledVolume()
Return the volume of the shape.
|
aabbCenter, boundingBox, boundingBox, canScale, getDefaultMargin, getMargin, getScale, getScaleDp, getShapeType, getShapeType, isConcave, isContactFilterEnabled, isConvex, isInfinite, isNonMoving, isPolyhedral, nativeMargin, recalculateAabb, setContactFilterEnabled, setDefaultMargin, setMargin, setNativeId, setScale, setScale, setUserIndex, setUserIndex2, toSplittableShape, toString, updateScale, userIndex, userIndex2compareTo, countTrackers, dumpTrackers, equals, freeUnusedObjects, hasAssignedNativeObject, hashCode, nativeId, reassignNativeId, setNativeIdNotTracked, unassignNativeObjectpublic static final java.util.logging.Logger logger2
public EmptyShape(boolean unused)
unused - for compatibility with Miniepublic float unscaledVolume()
public boolean canSplit()
canSplit in class CollisionShapepublic float maxRadius()
maxRadius in class CollisionShapepublic float scaledVolume()
scaledVolume in class CollisionShape