Uses of Interface
org.djutils.draw.line.PolyLine.TransitionFunction
-
Packages that use PolyLine.TransitionFunction Package Description org.djutils.draw.line The d1 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.TransitionFunction Modifier and Type Method Description L
PolyLine. transitionLine(L endLine, PolyLine.TransitionFunction transition)
Make a transition line from this PolyLine to another PolyLine using a user specified function.PolyLine2d
PolyLine2d. transitionLine(PolyLine2d endLine, PolyLine.TransitionFunction transition)
Make a transition line from this PolyLine to another PolyLine using a user specified function.PolyLine3d
PolyLine3d. transitionLine(PolyLine3d endLine, PolyLine.TransitionFunction transition)
Make a transition line from this PolyLine to another PolyLine using a user specified function.
-