Uses of Class
org.djutils.draw.curve.Clothoid2d
Packages that use Clothoid2d
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 Clothoid2d in org.djutils.draw.curve
Methods in org.djutils.draw.curve that return Clothoid2dModifier and TypeMethodDescriptionstatic Clothoid2d
Clothoid2d.withLength
(DirectedPoint2d startPoint, double length, double startCurvature, double endCurvature) Create clothoid from one point based on curvature and length.