Is there a recommended Kotlin library that focuses...
# announcements
h
Is there a recommended Kotlin library that focuses on geometry?
a
What type of geometry do you need?
h
intersects, rotation, surface area calculation if possible
a
You mean 2D? I do not think so. You can use commons-math or commons-geometry for jvm. We plan to add it to kmath, since we need it for simulations, but currently we lack manpower. Fill free to open issue here: https://github.com/mipt-npm/kmath/issues (please add specific description of features you need).