fastmath.curves
Collection of parametric curves
curve
multimethod
Return vector field for given name and parametrization.
Default parametrization is random.
Resulting function returns Vec2 type.
parametrization
multimethod
Return random parametrization map for given curve.
You can pass part of the parametrization. In this case function will add remaining keys with randomly generated values.
If field doesn’t have any parametrization, empty map will be returned.
See curve.