Uses of Package
org.djutils.draw.curve
Packages that use org.djutils.draw.curve
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.
-
Classes in org.djutils.draw.curve used by org.djutils.draw.curveClassDescriptionContinuous definition of a Bézier curve in 2d.Continuous definition of a Bézier curve in 3d.Continuous definition of a clothoid in 2d.Additional curve properties.A Curve defines a line in an exact, continuous manner, from which numerically approximated polylines can be derived.This interface narrows down the interface of continuous curves for 2d use.This interface narrows down the interface of continuous curves for 3d use.Flattens a Curve in to a PolyLine.Interface for getPoint and getDirection that hide whether or not an offset is applied.Flattens a Curve2d in to a PolyLine2d.Flattens a Curve3d in to a PolyLine3d.OffsetCurve2d.java.Flattens a Curve2d with piece-wise linear offset in to a PolyLine2d.