Commit c0401c87 authored by Riegel's avatar Riegel
Browse files

Docs: Add parameter

parent d8d95d41
Pipeline #11007 passed with stage
in 1 minute and 13 seconds
...@@ -52,8 +52,8 @@ public class BoundingBoxCalculator { ...@@ -52,8 +52,8 @@ public class BoundingBoxCalculator {
* empty array is returned. This is considered an axis aligned bounding box. * empty array is returned. This is considered an axis aligned bounding box.
* Only the exterior rings of the polygons is used as inner rings should be * Only the exterior rings of the polygons is used as inner rings should be
* within the exterior or they are faulty. * within the exterior or they are faulty.
* *
* @param a list of polygons containing the vertices * @param polygons a list of polygons containing the vertices
* @return an BoundingBox containing the two end points of the bounding box. * @return an BoundingBox containing the two end points of the bounding box.
*/ */
public static BoundingBox calculateBoundingBox(Collection<? extends Polygon> polygons) { public static BoundingBox calculateBoundingBox(Collection<? extends Polygon> polygons) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment