Class RaycastResult

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

public class RaycastResult extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    float
     
    final Vec2
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    set(RaycastResult argOther)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • lambda

      public float lambda
    • normal

      public final Vec2 normal
  • Constructor Details

    • RaycastResult

      public RaycastResult()
  • Method Details