Uses of Interface
org.djutils.draw.line.PolyLine
Packages that use PolyLine
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.
The line package provides an interface and different implementations for lines.
-
Uses of PolyLine in org.djutils.draw.curve
Classes in org.djutils.draw.curve with type parameters of type PolyLineModifier and TypeInterfaceDescriptioninterfaceA Curve defines a line in an exact, continuous manner, from which numerically approximated polylines can be derived.interfaceFlattener<F extends Flattener<F,C, PL, P, DIR>, C extends Curve<?, ?, P, F, PL>, PL extends PolyLine<?, P, ?, ?, ?>, P extends Point<P>, DIR> Flattens a Curve in to a PolyLine. -
Uses of PolyLine in org.djutils.draw.line
Classes in org.djutils.draw.line with type parameters of type PolyLineModifier and TypeInterfaceDescriptioninterfacePolyLine<L extends PolyLine<L,P, R, D, LS>, P extends Point<P>, R extends Ray<R, D, P>, D extends Directed, LS extends LineSegment<P, D>> PolyLine is the interface for PolyLine2d and PolyLine3d implementations.Classes in org.djutils.draw.line that implement PolyLineModifier and TypeClassDescriptionclassClosed PolyLine2d.classClosed PolyLine3d.classImplementation of PolyLine for 2D space.classImplementation of PolyLine for 3D space.