Deprecated API


Contents
Deprecated Methods
math.geom2d.Point2D.cross(Point2D, Point2D)
           
math.geom2d.Point2D.dot(Point2D, Point2D)
           
math.geom2d.conic.CircleArc2D.getCenter()
          should access center from supporting circle 
math.geom2d.polygon.Polygon2D.getPoints()
          use getVertices() instead. 
math.geom2d.polygon.HRectangle2D.getPoints()
          use getVertices() instead. 
math.geom2d.polygon.Rectangle2D.getPoints()
          use getVertices() method instead. 
math.geom2d.conic.CircleArc2D.getRadius()
          should access radius from supporting circle 
math.geom2d.conic.CircleArc2D.setArc(Point2D, double, double, double, boolean)
           
 

Deprecated Constructors
math.geom2d.conic.CircleArc2D(Circle2D, Point2D, Point2D, boolean)
          as this is a too much specific function.