Uses of Package
org.djutils.draw.line
Packages that use org.djutils.draw.line
Package
Description
The draw package contains the generic classes for device-independent drawing.
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.
The djutils-draw point package provides a set of interfaces and implementations of Points.
The d1 package provides an interface and different implementations for Volumes.
-
Classes in org.djutils.draw.line used by org.djutils.drawClassDescriptionLineSegment2d is a line segment bound by 2 end points in 2D-space.LineSegment3d is a line segment bound by 2 end points in 3D-space.Closed PolyLine2d.Closed PolyLine3d.Implementation of PolyLine for 2D space.Implementation of PolyLine for 3D space.
-
Classes in org.djutils.draw.line used by org.djutils.draw.curveClassDescriptionPolyLine is the interface for PolyLine2d and PolyLine3d implementations.Implementation of PolyLine for 2D space.Implementation of PolyLine for 3D space.Ray2d is a half-line in 2d; it has one end point with finite coordinates; the other end point is infinitely far away.Ray3d is a half-line in 3d; it has one end point with non-infinite coordinates; the other end point is infinitely far away.
-
Classes in org.djutils.draw.line used by org.djutils.draw.lineClassDescriptionLineSegment is the interface for a line segment bound by 2 end points.LineSegment2d is a line segment bound by 2 end points in 2D-space.LineSegment3d is a line segment bound by 2 end points in 3D-space.Closed PolyLine2d.Closed PolyLine3d.PolyLine is the interface for PolyLine2d and PolyLine3d implementations.Interface for transition function.Implementation of PolyLine for 2D space.Implementation of PolyLine for 3D space.Projection of points onto objects.A Ray is a half-line; it has one end point with non-infinite coordinates; the other end point is infinitely far away.Ray2d is a half-line in 2d; it has one end point with finite coordinates; the other end point is infinitely far away.Ray3d is a half-line in 3d; it has one end point with non-infinite coordinates; the other end point is infinitely far away.
-
Classes in org.djutils.draw.line used by org.djutils.draw.point
-
Classes in org.djutils.draw.line used by org.djutils.draw.volume