|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SmoothBoundary2D | |
---|---|
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.domain | Curves interface hierarchy, and implementations of curve sets and various poly-curves. |
math.geom2d.line | Implementations of 'linear shapes', i.e. |
Uses of SmoothBoundary2D in math.geom2d.circulinear |
---|
Subinterfaces of SmoothBoundary2D in math.geom2d.circulinear | |
---|---|
interface |
CircleLine2D
Tagging interface to be able to consider in a same way circles and lines. |
Uses of SmoothBoundary2D in math.geom2d.conic |
---|
Classes in math.geom2d.conic that implement SmoothBoundary2D | |
---|---|
class |
Circle2D
A circle in the plane, defined as the set of points located at an equal distance from the circle center. |
class |
Ellipse2D
An ellipse in the plane. |
class |
HyperbolaBranch2D
Branch of an Hyperbola2D. |
Uses of SmoothBoundary2D in math.geom2d.domain |
---|
Methods in math.geom2d.domain that return SmoothBoundary2D | |
---|---|
SmoothBoundary2D |
SmoothBoundary2D.getReverseCurve()
|
SmoothBoundary2D |
SmoothBoundary2D.transform(AffineTransform2D trans)
|
Uses of SmoothBoundary2D in math.geom2d.line |
---|
Classes in math.geom2d.line that implement SmoothBoundary2D | |
---|---|
class |
StraightLine2D
Implementation of a straight line. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |