Implicit Curves
Swift implementation of Jared Hughes's isosurfaces library.
The Swift implementation of Graph implicit curves is a project developed by aheze. It focuses on implementing implicit curves in Swift and is made available under the MIT License.
y * pow(x - y, 2) - (4 * x) - 8 | pow(x, 2) + pow(y, 2) - 5 | tan(pow(x, 2) + pow(y, 2)) - 1 |
---|---|---|
MIT License