|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CircleLine2D | |
|---|---|
| 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. |
| Uses of CircleLine2D in math.geom2d.circulinear |
|---|
| Methods in math.geom2d.circulinear that return CircleLine2D | |
|---|---|
CircleLine2D |
CircleLine2D.getParallel(double dist)
|
CircleLine2D |
CircleLine2D.getReverseCurve()
|
CircleLine2D |
CircleLine2D.transform(CircleInversion2D inv)
|
| Uses of CircleLine2D in math.geom2d.conic |
|---|
| Classes in math.geom2d.conic that implement CircleLine2D | |
|---|---|
class |
Circle2D
A circle in the plane, defined as the set of points located at an equal distance from the circle center. |
| Methods in math.geom2d.conic that return CircleLine2D | |
|---|---|
CircleLine2D |
Circle2D.transform(CircleInversion2D inv)
|
| Uses of CircleLine2D in math.geom2d.line |
|---|
| Classes in math.geom2d.line that implement CircleLine2D | |
|---|---|
class |
StraightLine2D
Implementation of a straight line. |
| Methods in math.geom2d.line that return CircleLine2D | |
|---|---|
CircleLine2D |
StraightLine2D.transform(CircleInversion2D inv)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||