class TrajectoryPlot.VariableSampleRateTrajectory.DistanceAndTime extends Object
Modifier and Type | Field and Description |
---|---|
(package private) double |
distance
The position [m].
|
(package private) double |
time
The time [s].
|
Constructor and Description |
---|
DistanceAndTime(double distance,
double time)
Construct a new DistanceAndTime object.
|
Modifier and Type | Method and Description |
---|---|
double |
getDistance()
Retrieve the position.
|
double |
getTime()
Retrieve the time.
|
String |
toString() |
Copyright © 2014–2016 Delft University of Technology. All rights reserved.