Uses of Package
org.djutils.draw.line
-
Packages that use org.djutils.draw.line Package Description org.djutils.draw.line The d1 package provides an interface and different implementations for Lines.org.djutils.draw.point The d0 package provides a set of interfaces and implementations of Points.org.djutils.draw.surface The d1 package provides an interface and different implementations for Areas.org.djutils.draw.volume The d1 package provides an interface and different implementations for Volumes. -
Classes in org.djutils.draw.line used by org.djutils.draw.line Class Description LineSegment LineSegment is the interface for a line segment bound by 2 end points.LineSegment2d LineSegment2d is a line segment bound by 2 end points in 2D-space.PolyLine PolyLine is the interface for PolyLine2d and PolyLine3d implementations.PolyLine2d Implementation of Line for 2D space.PolyLine3d Implementation of Line for 3D space.Ray A Ray is a half-line; it has one end point with non-infinite coordinates; the other end point is infinitely far away.Ray2d Ray2d is a half-line; it has one end point with non-infinite coordinates; the other end point is infinitely far away.Ray3d Ray3d is a half-line; 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 Class Description Ray2d Ray2d is a half-line; it has one end point with non-infinite coordinates; the other end point is infinitely far away.Ray3d Ray3d is a half-line; 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.surface Class Description PolyLine PolyLine is the interface for PolyLine2d and PolyLine3d implementations.PolyLine2d Implementation of Line for 2D space. -
Classes in org.djutils.draw.line used by org.djutils.draw.volume Class Description PolyLine3d Implementation of Line for 3D space.