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 interfaceLineSegment<P extends Point<P,S>,R extends Ray<R,P,S>,S extends Space>LineSegment is the interface for a line segment bound by 2 end points.interfacePolyLine<L extends PolyLine<L,P,S,R,LS>,P extends Point<P,S>,S extends Space,R extends Ray<R,P,S>,LS extends LineSegment<P,R,S>>PolyLine is the interface for PolyLine2d and PolyLine3d implementations.interfaceRay<R extends Ray<R,P,S>,P extends Point<P,S>,S extends Space>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 classRay2dRay2d is a half-line; it has one end point with non-infinite coordinates; the other end point is infinitely far away.classRay3dRay3d is a half-line; it has one end point with non-infinite coordinates; the other end point is infinitely far away.
-