| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
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()
Deprecated.
|
Ray2D |
Ray2D.transform(AffineTransform2D trans) |
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.