It uses C++ features:
- Expression Templates
- Move Constructor and Move assignment operators (C++ 11 onwards)
Highlights:
- Algorithm: The algorithm generate random points only for convex polygon.
- Expression Templates: Reduce the run time substantially by creating expression templates and avoiding temporary memory allocation and virtual function calls
- Clone/Download this directory (or the file)
- Include the header in your code by specifying the absolute or relative path ( #include"/file_path/barycentric_random_points.hpp")