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 TypeInterfaceDescriptioninterface
A Curve defines a line in an exact, continuous manner, from which numerically approximated polylines can be derived.interface
Flattener<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 TypeInterfaceDescriptioninterface
PolyLine<L extends PolyLine<L,
P, R, D, LS>, P extends Point<P>, R extends Ray<R, D, P>, D extends Directed<D>, LS extends LineSegment<P, D>> PolyLine is the interface for PolyLine2d and PolyLine3d implementations.Classes in org.djutils.draw.line that implement PolyLineModifier and TypeClassDescriptionclass
Closed PolyLine2d.class
Closed PolyLine3d.class
Implementation of PolyLine for 2D space.class
Implementation of PolyLine for 3D space.