Class MyShape

java.lang.Object
jme3utilities.minie.MyShape

public final class MyShape extends Object
Utility methods for physics collision shapes. All methods should be static.
  • Field Details

    • logger

      public static final Logger logger
      message logger for this class
  • Method Details

    • describeType

      public static String describeType(CollisionShape shape)
      Describe the type of the specified shape.
      Parameters:
      shape - the shape to describe (not null, unaffected)
      Returns:
      the type description (not null)