| Interface and Description |
|---|
| math.geom2d.circulinear.ContinuousCirculinearCurve2D
replaced by CirculinearContinuousCurve2D
|
| Class and Description |
|---|
| math.geom2d.transform.AffineTransform2D
use math.geom2d.AffineTransform2D instead (0.7.0)
|
| math.geom2d.spline.BezierCurve2D
replaced by CubicBezierCurve2D (0.7.1)
|
| math.geom2d.line.ClosedPolyline2D
use math.geom2d.polygon.Ring2D instead (0.7.0)
|
| math.geom2d.line.InvertedRay2D
Can be represented by Ray2D with different parameters.
|
| math.geom2d.line.Line2D
This class sometimes behaves as a line segment and sometimes as line. Use
LineSegment2D or StraightLine2D. Also this class is mutable which is dangerous. |
| math.geom2d.line.LineArc2D
Can be represented by LineSegment2D or Ray2D or StraightLine2D.
|
| math.geom2d.line.LineObject2D
use Line2D instead
|
| math.geom2d.spline.PolyBezierCurve2D
use PolyCubicBezierCurve2D instead
|
| math.geom2d.line.Polyline2D
use math.geom2d.polygon.Polyline2D instead (0.7.0)
|
| math.geom2d.line.Polyline2DUtils
use math.geom2d.polygon.Polyline2DUtils instead (0.7.0)
|
| math.geom2d.spline.QuadBezier2D
replaced by QuadBezierCurve2D (0.7.1)
|
| math.geom2d.polygon.Ring2D
replaced by LinearRing2D (0.8.0)
|
| Field and Description |
|---|
| math.geom2d.Point2D.INFINITY_POINT
it is recommended to use exceptions instead (0.7.0)
|
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.