nl.tudelft.simulation.dsol.animation.interpolation
Interface InterpolationInterface

All Known Implementing Classes:
LinearInterpolation

public interface InterpolationInterface

A InterpolationInterface
(c) copyright 2003 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: General Public License (GPL) , no warranty

Version:
1.0 Mar 4, 2004
Author:
Peter Jacobs

Method Summary
 nl.tudelft.simulation.language.d3.DirectedPoint getLocation(double time)
          returns the current location
 

Method Detail

getLocation

public nl.tudelft.simulation.language.d3.DirectedPoint getLocation(double time)
                                                            throws java.rmi.RemoteException
returns the current location

Parameters:
time - the current time
Returns:
DirectedPoint the current location
Throws:
java.rmi.RemoteException - on network failure


Copyright © 2002-2004 Delft University of Technology, the Netherlands. All Rights Reserved.