GeoRegression
GeoRegression copied to clipboard
Java based geometry library for transforming, fitting, and intersecting geometric shapes and motion models.
[Parallel test execution maxParallelForks](https://docs.gradle.org/current/userguide/performance.html#parallel_test_execution), running multiple test cases in parallel is useful and helpful when there are several CPU cores. According to [Process forking options](https://docs.gradle.org/current/userguide/performance.html#forking_options), Gradle will run all tests...
Hi again, most of real world cylinders are not unbounded. I figured that out while testing your distance function. :-) I drafted an implementation for the distance with bounded cylinder....
Hi, first of all, great work. I could not find an implementation of Point to Box, so I created one. If you want you can add it to Distance3D. It...
Hi, I found out that throughout the code, you implement first level shapes as subclass of serializable. It would be useful to have a generic superclass (e.g. Shape, or Geometry)...