|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CirculinearElement2D | |
---|---|
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. |
Uses of CirculinearElement2D in math.geom2d.circulinear |
---|
Subinterfaces of CirculinearElement2D in math.geom2d.circulinear | |
---|---|
interface |
CircleLine2D
Tagging interface to be able to consider in a same way circles and lines. |
Methods in math.geom2d.circulinear with type parameters of type CirculinearElement2D | ||
---|---|---|
static
|
GenericCirculinearRing2D.create(Collection<T> curves)
Static factory for creating a new GenericCirculinearRing2D from a collection of curves. |
Methods in math.geom2d.circulinear that return types with arguments of type CirculinearElement2D | |
---|---|
Collection<? extends CirculinearElement2D> |
CirculinearContinuousCurve2D.getSmoothPieces()
Returns a set of circulinear elements, which are basis for circulinear curves. |
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> |
BoundaryPolyCirculinearCurve2D.getSmoothPieces()
|
Methods in math.geom2d.circulinear with parameters of type CirculinearElement2D | |
---|---|
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. |
Method parameters in math.geom2d.circulinear with type arguments of type CirculinearElement2D | |
---|---|
static double[][] |
CirculinearCurve2DUtils.locateSelfIntersections(CurveSet2D<? extends CirculinearElement2D> curve)
|
Constructors in math.geom2d.circulinear with parameters of type CirculinearElement2D | |
---|---|
GenericCirculinearRing2D(CirculinearElement2D[] curves)
|
|
GenericCirculinearRing2D(CirculinearElement2D[] curves,
boolean closed)
Deprecated. |
Constructor parameters in math.geom2d.circulinear with type arguments of type CirculinearElement2D | |
---|---|
GenericCirculinearRing2D(Collection<? extends CirculinearElement2D> curves)
|
|
GenericCirculinearRing2D(Collection<? extends CirculinearElement2D> curves,
boolean closed)
Deprecated. |
Uses of CirculinearElement2D in math.geom2d.conic |
---|
Subinterfaces of CirculinearElement2D in math.geom2d.conic | |
---|---|
interface |
CircularShape2D
Tagging interface for grouping Circle2D and CircleArc2D. |
Classes in math.geom2d.conic that implement CirculinearElement2D | |
---|---|
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. |
Methods in math.geom2d.conic that return CirculinearElement2D | |
---|---|
CirculinearElement2D |
CircleArc2D.transform(CircleInversion2D inv)
|
Uses of CirculinearElement2D in math.geom2d.line |
---|
Classes in math.geom2d.line that implement CirculinearElement2D | |
---|---|
class |
AbstractLine2D
Base class for straight curves, such as straight lines, rays, or edges. |
class |
InvertedRay2D
Inverted ray is defined from an origin and a direction vector. |
class |
Line2D
Line object defined from 2 points. |
class |
LineArc2D
LineArc2D is a generic class to represent edges, straight lines, and rays. |
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. |
Methods in math.geom2d.line that return CirculinearElement2D | |
---|---|
CirculinearElement2D |
AbstractLine2D.transform(CircleInversion2D inv)
|
CirculinearElement2D |
Line2D.transform(CircleInversion2D inv)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |