Package org.opentrafficsim.demo.doc
Class DJUnits
java.lang.Object
org.opentrafficsim.demo.doc.DJUnits
This class contains code snippets that are used in the documentation. Whenever errors arise in this code, they need to be
fixed -and- the code in the documentation needs to be updated.
Copyright (c) 2024-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Wouter Schakel
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.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)
-
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)
-