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.
|
LineSegment3d |
LineSegment3d is a line segment bound by 2 end points in 3D-space.
|
Polygon2d |
Polygon2d.java.
|
Polygon3d |
Polygon3d.java.
|
PolyLine |
PolyLine is the interface for PolyLine2d and PolyLine3d implementations.
|
PolyLine.TransitionFunction |
Interface for transition function.
|
PolyLine2d |
Implementation of Line for 2D space.
|
PolyLine3d |
Implementation of Line for 3D space.
|
Project |
Project.java.
|
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.
|