Uses of Interface
org.djutils.draw.line.Ray
-
Packages that use Ray Package Description org.djutils.draw.line The d1 package provides an interface and different implementations for lines. -
-
Uses of Ray in org.djutils.draw.line
Classes in org.djutils.draw.line with type parameters of type Ray Modifier and Type Interface Description interface
LineSegment<P extends Point<P>,R extends Ray<R,P>>
LineSegment is the interface for a line segment bound by 2 end points.interface
PolyLine<L extends PolyLine<L,P,R,LS>,P extends Point<P>,R extends Ray<R,P>,LS extends LineSegment<P,R>>
PolyLine is the interface for PolyLine2d and PolyLine3d implementations.interface
Ray<R extends Ray<R,P>,P extends Point<P>>
A Ray 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 that implement Ray Modifier and Type Class Description class
Ray2d
Ray2d is a half-line; it has one end point with non-infinite coordinates; the other end point is infinitely far away.class
Ray3d
Ray3d is a half-line; it has one end point with non-infinite coordinates; the other end point is infinitely far away.
-