Why have a separate function (positive) instead of improving abs?
The issue:
you can't return positive vector, without doing either
- Vector=positive(vector rv1)
- Vector = (abs(vector:x(), abs(vector:y(), abs(vector:z())
I want it to be
Vector = abs(vector)