Commit c0401c87 authored by Riegel's avatar Riegel
Browse files

Docs: Add parameter

2 merge requests!28Version 3.17.0 Release,!27TransportationObject model rework
Pipeline #11007 passed with stage
in 1 minute and 13 seconds
Showing with 2 additions and 2 deletions
+2 -2
......@@ -52,8 +52,8 @@ public class BoundingBoxCalculator {
* 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
* 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.
*/
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