Package math.geom2d.line

Straight curves : straight lines, line segments, rays, and polylines.

See:
          Description

Class Summary
ClosedPolyline2D Extends Polyline2D, by considering the last point is connected to the first one.
LineArc2D LineArc2D is a generic class to represent edges, straight lines, and rays.
LineObject2D Straight Object defined from 2 points.
LineSegment2D Straight Edge defined by two points.
Polyline2D A polyline is a continuous curve where each piece of the curve is a LineSegment2D.
Ray2D Ray, or half-line, defined from an origin and a direction vector.
StraightLine2D Representation of straigth lines.
StraightObject2D Base class for straight curves, such as straight lines, rays, or edges.
 

Package math.geom2d.line Description

Straight curves : straight lines, line segments, rays, and polylines.