Package | Description |
---|---|
com.badlogic.gdx.physics.box2d |
Modifier and Type | Method and Description |
---|---|
void |
World.rayCast(RayCastCallback callback,
float point1X,
float point1Y,
float point2X,
float point2Y)
Ray-cast the world for all fixtures in the path of the ray.
|
void |
World.rayCast(RayCastCallback callback,
Vector2 point1,
Vector2 point2)
Ray-cast the world for all fixtures in the path of the ray.
|