Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
c0401c87
Commit
c0401c87
authored
Mar 13, 2025
by
Riegel
Browse files
Docs: Add parameter
parent
d8d95d41
Pipeline
#11007
passed with stage
in 1 minute and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CityDoctorParent/CityDoctorModel/src/main/java/de/hft/stuttgart/citydoctor2/utils/BoundingBoxCalculator.java
View file @
c0401c87
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment