Class Velocity

java.lang.Object
org.jbox2d.dynamics.contacts.Velocity

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • v

      public final Vec2 v
    • w

      public float w
  • Constructor Details

    • Velocity

      public Velocity()