Loading [MathJax]/extensions/tex2jax.js
FuncViz examples
Generalized bitree/quadtree/octree library
All Files Functions
holy_wave_surf.cpp File Reference

Directly use MR_cell_cplx to randomly place triangles on a surface. More...

#include <random>
#include <chrono>
#include "MR_cell_cplx.hpp"
Include dependency graph for holy_wave_surf.cpp:

Go to the source code of this file.

Functions

double f (double x, double y)
 
int main ()
 

Detailed Description

Directly use MR_cell_cplx to randomly place triangles on a surface.

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


Just a fun example directly using MR_cell_cplx to drop randomly placed triangles on a surface.

Definition in file holy_wave_surf.cpp.

Function Documentation

◆ f()

double f ( double x,
double y )

Definition at line 43 of file holy_wave_surf.cpp.

Referenced by main().

◆ main()

int main ( )

Definition at line 50 of file holy_wave_surf.cpp.

References f().