| 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 |
|---|---|
InvertedRay2D |
InvertedRay2D.clone()
Deprecated.
|
static InvertedRay2D |
InvertedRay2D.create(Point2D target,
Vector2D direction)
Deprecated.
Static factory for creating a new inverted ray with given direction
to target.
|
InvertedRay2D |
InvertedRay2D.getParallel(double d)
Deprecated.
|
InvertedRay2D |
Ray2D.getReverseCurve() |
InvertedRay2D |
InvertedRay2D.transform(AffineTransform2D trans)
Deprecated.
|
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.