nl.tudelft.simulation.dsol.animation.interpolation
Interface InterpolationInterface
- All Known Implementing Classes:
- LinearInterpolation
public interface InterpolationInterface
A InterpolationInterface
(c) copyright 2002-2005 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
- Version:
- $Revision: 1.1 $ $Date: 2007/01/06 13:21:29 $
- Author:
- Peter Jacobs
getLocation
DirectedPoint getLocation(double time)
throws RemoteException
- returns the current location
- Parameters:
time
- the current time
- Returns:
- DirectedPoint the current location
- Throws:
RemoteException
- on network failure
Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.