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)
          Static factory for creating a new ray, originating from origin<\code>, and going in the direction of target<\code>.
static Ray2D Ray2D.create(Point2D origin, Vector2D direction)
          Static factory for creating a new ray.
 Ray2D Ray2D.getParallel(double d)
           
 Ray2D InvertedRay2D.getReverseCurve()
           
 Ray2D Ray2D.transform(AffineTransform2D trans)
           
 



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