Uses of Interface
org.opentrafficsim.draw.egtf.KernelShape
Package
Description
Contains classes to use the Extended Generalized Treiber-Helbing Filter, which is equal to the Adaptive Smoothing Method if a
single data source is used.
Contains extensions of the EGTF classes with strongly typed parameters.
-
Uses of KernelShape in org.opentrafficsim.draw.egtf
Modifier and TypeClassDescriptionclass
Exponential implementation of a shape.class
Gaussian implementation of a shape.Modifier and TypeMethodDescriptionvoid
Egtf.setKernelSI
(double xMax, double tMax, KernelShape shape) Sets a kernel with limited range and provided shape.ModifierConstructorDescription(package private)
Kernel
(double xMax, double tMax, KernelShape shape) Constructor. -
Uses of KernelShape in org.opentrafficsim.draw.egtf.typed
Modifier and TypeMethodDescriptionvoid
TypedEgtf.setKernel
(org.djunits.value.vdouble.scalar.Length xMax, org.djunits.value.vdouble.scalar.Duration tMax, KernelShape shape) Sets a kernel with limited range and provided shape.