Uses of Package
org.djutils.draw.line
Package
Description
The draw package contains the generic classes for device-independent drawing.
The d1 package provides an interface and different implementations for lines.
The d0 package provides a set of interfaces and implementations of Points.
The d1 package provides an interface and different implementations for Volumes.
-
ClassDescriptionLineSegment2d 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.Polygon2d.java.Polygon3d.java.Implementation of PolyLine for 2D space.Implementation of PolyLine for 3D space.
-
ClassDescriptionLineSegment 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.Polygon2d.java.Polygon3d.java.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.Project.java.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; it has one end point with finite coordinates; the other end point is infinitely far away.Ray3d is a half-line; it has one end point with non-infinite coordinates; the other end point is infinitely far away.
-
-