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.
mean and variance methods
- Functions package e.g. parametric, spherical coordinate system
- Utility package e.g interpolation,
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:
Vec2,Vec3,Vec4(spook, why would you need this?)Matrix2x2,Matrix3x3meanandvariancemethods