|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ray2D | |
---|---|
math.geom2d.line | Implementations of 'linear shapes', i.e. |
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 |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |