raycast method
Implementation
void raycast(RayCastCallback callback, Vector2 point1, Vector2 point2) {
physicsWorld.raycast(callback, point1, point2);
}
void raycast(RayCastCallback callback, Vector2 point1, Vector2 point2) {
physicsWorld.raycast(callback, point1, point2);
}