Uses of Interface
org.djutils.draw.curve.Curve2d
Packages that use Curve2d
Package
Description
Continuous lines are (mathematically) defined curves that:
have no gaps
have a start point
have an end point
have a defined direction at the start point
have a defined direction at the end point
may have knots along the way.
have no gaps
have a start point
have an end point
have a defined direction at the start point
have a defined direction at the end point
may have knots along the way.
-
Uses of Curve2d in org.djutils.draw.curve
Subinterfaces of Curve2d in org.djutils.draw.curveClasses in org.djutils.draw.curve that implement Curve2dModifier and TypeClassDescriptionclass
Continuous definition of an arc in 2d.class
Continuous definition of a Bézier curve in 2d.class
Continuous definition of a cubic Bézier curves in 2d.class
Continuous definition of a clothoid in 2d.class
Continuous curve implementation of a straight in 2d.Methods in org.djutils.draw.curve with parameters of type Curve2dModifier and TypeMethodDescriptionFlatten a Curve2d into a PolyLine2d.