Package 

Object Arbiter.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean isPointInside(CollisionBodyInterface b, Vec2 startPoint) Method to check if point is inside a body in world space.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • isPointInside

         final Boolean isPointInside(CollisionBodyInterface b, Vec2 startPoint)

        Method to check if point is inside a body in world space.

        Parameters:
        b - Body to check against.
        startPoint - Vector point to check if its inside the first body.