Is there a recommended Kotlin library that focuses on geometry?
a
altavir
02/17/2020, 2:12 PM
What type of geometry do you need?
h
hooliooo
02/17/2020, 2:54 PM
intersects, rotation, surface area calculation if possible
a
altavir
02/17/2020, 2:57 PM
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).