isPointInside

fun isPointInside(b: CollisionBodyInterface, startPoint: Vec2): Boolean

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

Return

boolean value whether the point is inside the first body.

Parameters

b

Body to check against.

startPoint

Vector point to check if its inside the first body.