| Package | Description |
|---|---|
| math.geom2d.circulinear |
Definition of circulinear shapes and some implementations.
|
| math.geom2d.conic |
Definition of various conic curves like circles, ellipses, parabolas and
hyperbolas, and their resepctive arcs.
|
| 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 | Interface and Description |
|---|---|
interface |
CircleLine2D
Tagging interface to be able to consider in a same way circles and lines.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends CirculinearElement2D> |
GenericCirculinearRing2D.create(Collection<T> curves)
Static factory for creating a new GenericCirculinearRing2D from a collection of
curves.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends CirculinearElement2D> |
PolyCirculinearCurve2D.getSmoothPieces() |
Collection<? extends CirculinearElement2D> |
ContinuousCirculinearCurve2D.getSmoothPieces()
Deprecated.
Returns a set of circulinear elements, which are basis for circulinear
curves.
|
Collection<? extends CirculinearElement2D> |
CirculinearContinuousCurve2D.getSmoothPieces()
Returns a set of circulinear elements, which are basis for circulinear
curves.
|
Collection<? extends CirculinearElement2D> |
BoundaryPolyCirculinearCurve2D.getSmoothPieces() |
| Modifier and Type | Method and Description |
|---|---|
static GenericCirculinearRing2D |
GenericCirculinearRing2D.create(CirculinearElement2D[] curves)
Static factory for creating a new GenericCirculinearRing2D from an array of
curves.
|
static Collection<Point2D> |
CirculinearCurve2DUtils.findIntersections(CirculinearElement2D elem1,
CirculinearElement2D elem2)
Compute the intersections, if they exist, of two circulinear elements.
|
| Modifier and Type | Method and Description |
|---|---|
static double[][] |
CirculinearCurve2DUtils.locateSelfIntersections(CurveSet2D<? extends CirculinearElement2D> curve) |
| Constructor and Description |
|---|
GenericCirculinearRing2D(CirculinearElement2D[] curves) |
GenericCirculinearRing2D(CirculinearElement2D[] curves,
boolean closed)
Deprecated.
|
| Constructor and Description |
|---|
GenericCirculinearRing2D(Collection<? extends CirculinearElement2D> curves) |
GenericCirculinearRing2D(Collection<? extends CirculinearElement2D> curves,
boolean closed)
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CircularShape2D
Tagging interface for grouping Circle2D and CircleArc2D.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Circle2D
A circle in the plane, defined as the set of points located at an equal
distance from the circle center.
|
class |
CircleArc2D
A circle arc, defined by the center and the radius of the containing circle,
by a starting angle, and by a (signed) angle extent.
|
| Modifier and Type | Method and Description |
|---|---|
CirculinearElement2D |
CircleArc2D.transform(CircleInversion2D inv) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLine2D
Base class for straight curves, such as straight lines, rays, or edges.
|
class |
InvertedRay2D
Deprecated.
Can be represented by Ray2D with different parameters.
|
class |
Line2D
Deprecated.
This class sometimes behaves as a line segment and sometimes as line. Use
LineSegment2D or StraightLine2D. Also this class is mutable which is dangerous. |
class |
LineArc2D
Deprecated.
Can be represented by LineSegment2D or Ray2D or StraightLine2D.
|
class |
LineObject2D
Deprecated.
use Line2D instead
|
class |
LineSegment2D
Line segment, defined as the set of points located between the two end
points.
|
class |
Ray2D
Ray, or half-line, defined from an origin and a direction vector.
|
class |
StraightLine2D
Implementation of a straight line.
|
| Modifier and Type | Method and Description |
|---|---|
CirculinearElement2D |
Line2D.transform(CircleInversion2D inv)
Deprecated.
|
CirculinearElement2D |
AbstractLine2D.transform(CircleInversion2D inv) |
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.