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