Package | Description |
---|---|
math.geom2d.line |
Implementations of 'linear shapes', i.e.
|
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() |
Ray2D |
Ray2D.transform(AffineTransform2D trans) |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.