Uses of Class
math.geom2d.line.Ray2D

Packages that use Ray2D
math.geom2d.line Implementations of 'linear shapes', i.e. curves which can be embedded into a straight lines, like straight lines, line segments, or rays
 

Uses of Ray2D in math.geom2d.line
 

Methods in math.geom2d.line that return Ray2D
 Ray2D Ray2D.clone()
           
static Ray2D Ray2D.create(Point2D origin, Point2D target)
          Deprecated. since 0.11.1
static Ray2D Ray2D.create(Point2D origin, Vector2D direction)
          Deprecated. since 0.11.1
 Ray2D Ray2D.parallel(double d)
          Returns a new ray parallel to this one, at the given relative distance.
 Ray2D InvertedRay2D.reverse()
          Reverses this curve, and return the result as an instance of Ray2D.
 Ray2D Ray2D.transform(AffineTransform2D trans)