Package org.jbox2d.collision
Class RayCastInput
- java.lang.Object
-
- org.jbox2d.collision.RayCastInput
-
public class RayCastInput extends java.lang.Object
Ray-cast input data. The ray extends from p1 to p1 + maxFraction * (p2 - p1).
-
-
Field Summary
Fields Modifier and Type Field Description float
maxFraction
Vec2
p1
Vec2
p2
-
Constructor Summary
Constructors Constructor Description RayCastInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
set(RayCastInput rci)
-
-
-
Method Detail
-
set
public void set(RayCastInput rci)
-
-