Uses of Class
de.xima.fc.common.geometry.Rectangle2DDouble
Packages that use Rectangle2DDouble
-
Uses of Rectangle2DDouble in de.xima.fc.common.geometry
Methods in de.xima.fc.common.geometry that return Rectangle2DDoubleModifier and TypeMethodDescriptionPolygon2DDouble.boundingBox()Gets the bounding box of this polygon, i.e. the smallest rectangle that contains all points of the polygon.Rectangle2DDouble.translate(double deltaX, double deltaY) Translates the rectangle by the specified amounts in the x and y directions.