Class Velocity


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

      Fields 
      Modifier and Type Field Description
      Vec2 v  
      float w  
    • Constructor Summary

      Constructors 
      Constructor Description
      Velocity()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • v

        public final Vec2 v
      • w

        public float w
    • Constructor Detail

      • Velocity

        public Velocity()