Open prometeo2008 opened 4 years ago
The most common conceptual use-case for +/- is probably a sphere (or similar uses), but as @NeatNit replied in https://github.com/ChristopherChudzicki/math3d-react/issues/205#issuecomment-574787960, you'll generally get a better visualization with some other parametric represenation.
Implicit surfaces, though not perfect in math3d, are also a good option for this sort of thing.
Currently, if you want to draw a sphere of radius 4 mathematically that is ±sqrt(16-(x^2+y^2)) you get an error because of ± is a non-legal symbol