Uses of Interface
org.djutils.draw.line.PolyLine.TransitionFunction
Package
Description
The d1 package provides an interface and different implementations for lines.
-
Uses of PolyLine.TransitionFunction in org.djutils.draw.line
Modifier 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)