-
- All Implemented Interfaces:
public class Arbiter.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static Arbiter.Companion
INSTANCE
-
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. -
-
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.
-
-
-
-