Interface InterpolationInterface
-
- All Known Implementing Classes:
LinearInterpolation
public interface InterpolationInterfaceA InterpolationInterface.Copyright (c) 2002-2023 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://simulation.tudelft.nl. The DSOL project is distributed under a three-clause BSD-style license, which can be found at https://https://simulation.tudelft.nl/dsol/docs/latest/license.html.
- Author:
- Peter Jacobs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrientedPoint3dgetLocation(double time)returns the current location.
-
-
-
Method Detail
-
getLocation
OrientedPoint3d getLocation(double time) throws RemoteException
returns the current location.- Parameters:
time- double; the current time- Returns:
- OrientedPoint3d the current location
- Throws:
RemoteException- on network failure
-
-