thedarkcolour / KotlinForForge

Makes Kotlin forge-friendly.
GNU Lesser General Public License v2.1
194 stars 26 forks source link

Add some syntax sugars and utils #51

Closed tmvkrpxl0 closed 1 year ago

tmvkrpxl0 commented 1 year ago

I've added syntax sugars and utils for kfflib. For some vector classes, some of them were missing dot and cross so I also added them.

Changes are: implemented +, +=, -, -=, *, *=, -vector operators for various vector classes added clone for vectors added use for profiler and pose stack. it will handle push/pop added getCapabilityOrThrow for when an object is guaranteed to have capability

thedarkcolour commented 1 year ago

Looks good