-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
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:
- Vector package e.g.
Vec2,Vec3,Vec4(spook, why would you need this?) - Transformation and translation package e.g.
Matrix2x2,Matrix3x3 - Statistics package e.g.
meanandvariancemethods - Functions package e.g. parametric, spherical coordinate system
- Utility package e.g interpolation,
ZachyFoxx and kokumaji