Uses of Interface
org.djutils.draw.line.PolyLine.TransitionFunction
Packages that use PolyLine.TransitionFunction
Package
Description
The line package provides an interface and different implementations for lines.
-
Uses of PolyLine.TransitionFunction in org.djutils.draw.line
Methods in org.djutils.draw.line with parameters of type PolyLine.TransitionFunctionModifier and TypeMethodDescriptionPolyLine.transitionLine
(L endLine, PolyLine.TransitionFunction transition) Make a transition line from this PolyLine to another PolyLine using a user specified function.PolyLine2d.transitionLine
(PolyLine2d endLine, PolyLine.TransitionFunction transition) PolyLine3d.transitionLine
(PolyLine3d endLine, PolyLine.TransitionFunction transition)