Package jme3utilities.minie
Class MyShape
java.lang.Object
jme3utilities.minie.MyShape
Utility methods for physics collision shapes. All methods should be static.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
describeType
(CollisionShape shape) Describe the type of the specified shape.
-
Field Details
-
logger
message logger for this class
-
-
Method Details
-
describeType
Describe the type of the specified shape.- Parameters:
shape
- the shape to describe (not null, unaffected)- Returns:
- the type description (not null)
-