Class DJUnits

java.lang.Object
org.opentrafficsim.demo.doc.DJUnits

public class DJUnits extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    (package private) class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.djunits.value.vdouble.scalar.Length
    move(org.djunits.value.vdouble.scalar.Speed v, org.djunits.value.vdouble.scalar.Duration t, org.djunits.value.vdouble.scalar.Acceleration a)
     

    Methods inherited from class java.lang.Object

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

    • DJUnits

      public DJUnits()
  • Method Details

    • move

      public org.djunits.value.vdouble.scalar.Length move(org.djunits.value.vdouble.scalar.Speed v, org.djunits.value.vdouble.scalar.Duration t, org.djunits.value.vdouble.scalar.Acceleration a)