https://github.com/leedskiy/bounding-box
Common bounding box finder built using java.
https://github.com/leedskiy/bounding-box
bounding-box bounding-boxes documentation geometry java math regular-shape shape
Last synced: 8 months ago
JSON representation
Common bounding box finder built using java.
- Host: GitHub
- URL: https://github.com/leedskiy/bounding-box
- Owner: leedskiy
- Created: 2023-10-02T17:13:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T20:51:16.000Z (over 2 years ago)
- Last Synced: 2025-03-15T08:16:56.175Z (over 1 year ago)
- Topics: bounding-box, bounding-boxes, documentation, geometry, java, math, regular-shape, shape
- Language: Java
- Homepage:
- Size: 1.45 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The program finds common bounding box of regular shapes using java.
You can find detailed documentation in the "bounding_box_documentation.pdf" file.
Program expects input files.
It was created with the practice purposes.