Package org.opentrafficsim.core.egtf
Interface KernelShape
-
- All Known Implementing Classes:
ExpKernelShape
,GaussKernelShape
public interface KernelShape
Shape interface for a kernel.Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version 24 okt. 2018
- Author:
- Wouter Schakel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
weight(double c, double dx, double dt)
Calculates a weight.
-