scalation.scala2d
The Polygon class enhances the Path2D.Double class (from the java.awt.geom package) by adding a constructor for building a polygon given its vertices.
Polygon
Path2D.Double
the n >= 3 corner points of the polygon
Get the topLeft coordinates of the polygons bounding box.
The
Polygon
class enhances thePath2D.Double
class (from the java.awt.geom package) by adding a constructor for building a polygon given its vertices.the n >= 3 corner points of the polygon