org.jbox2d.common
Class RaycastResult

java.lang.Object
  extended by org.jbox2d.common.RaycastResult

public class RaycastResult
extends Object


Field Summary
 float lambda
           
 Vec2 normal
           
 
Constructor Summary
RaycastResult()
           
 
Method Summary
 RaycastResult set(RaycastResult argOther)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lambda

public float lambda

normal

public final Vec2 normal
Constructor Detail

RaycastResult

public RaycastResult()
Method Detail

set

public RaycastResult set(RaycastResult argOther)


Copyright © 2013. All Rights Reserved.