Uses of Class
math.geom2d.line.InvertedRay2D

Packages that use InvertedRay2D
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 InvertedRay2D in math.geom2d.line
 

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