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)
          Static factory for creating a new inverted ray with given direction to target.
 InvertedRay2D InvertedRay2D.getParallel(double d)
           
 InvertedRay2D Ray2D.getReverseCurve()
           
 InvertedRay2D InvertedRay2D.transform(AffineTransform2D trans)
           
 



Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.