SolteraGG / StickyAPI

Utility methods, classes and potentially code-dupe-annihilating code for DDD plugins.
MIT License
1 stars 5 forks source link

Math module #106

Open kaylendog opened 3 years ago

kaylendog commented 3 years ago

Is your feature request related to a problem? Please describe. Implements mathematical utilities for easing the development process of plugins.

Describe the solution you'd like A module that provides:

aakatz3 commented 3 years ago

https://download.java.net/java/early_access/jdk16/docs/api/jdk.incubator.vector/jdk/incubator/vector/package-summary.html there are some things similar to this in JDK that use SIMD, we should think about this

kokumaji commented 3 years ago

Would also suggest adding commonly used random int/double/element methods similar to what the "old" math util has (maybe even random vector with/without root, but that can probably be added to the functions package)