FuncViz examples
Generalized bitree/quadtree/octree library
Loading...
Searching...
No Matches
surface_plot_annular_edge.cpp File Reference

Surface with an undefined annular region. More...

Go to the source code of this file.

Detailed Description

Surface with an undefined annular region.

Author
Mitch Richling http://www.mitchr.me/
Date
2024-07-16
Standards
C++23
Details


In example surface_plot_edge.cpp we had a surface plot with a large, undefined region easily discovered by Maple & Nathematica. In this example we have a surface with a smaller, annular undefined region that is harder for automatic software to get right. The function in question is as follows:

\[ \sqrt{\sqrt{\vert 1 - x^2 - y^2\vert} - \frac{3}{20}} \]

This example differs from surface_plot_edge.cpp in that we direct additional sampling near the unit circle. Other than that, it's just about identical.

Definition in file surface_plot_annular_edge.cpp.