|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectmath.geom2d.line.Polyline2DUtils
@Deprecated public abstract class Polyline2DUtils
Some utility functions for manipulating Polyline2D.
| Constructor Summary | |
|---|---|
Polyline2DUtils()
Deprecated. |
|
| Method Summary | |
|---|---|
static BoundaryPolyCurve2D<SmoothOrientedCurve2D> |
createClosedParallel(ClosedPolyline2D polyline,
double d)
Deprecated. Creates a curve parallel to the given polyline, at a distance d. |
static PolyOrientedCurve2D<SmoothOrientedCurve2D> |
createParallel(Polyline2D polyline,
double d)
Deprecated. Creates a curve parallel to the given polyline, at a distance d. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Polyline2DUtils()
| Method Detail |
|---|
public static final PolyOrientedCurve2D<SmoothOrientedCurve2D> createParallel(Polyline2D polyline,
double d)
polyline - the source curved - the signed distance between the original curve and its parallel
public static final BoundaryPolyCurve2D<SmoothOrientedCurve2D> createClosedParallel(ClosedPolyline2D polyline,
double d)
polyline - the source curved - the signed distance between the original curve and its parallel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||