You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added: implemented Hammersley points generator
Added: --hammersley command line argument
Improved: updated argh to the latest version
Fixed: macOS compilation
Improved: updated the minimum CMake version for future compatibility
Improved: added CMake properties to enforce C++11
Improved: updated the 'argh' submodule
Fixed #8 : incorrect number of points while generating a Poisson square shape
Fixed #9 : incorrect loop boundaries
Added: command line option --raw-points
Added: command line option --num-points=<value>
Added: command line option --square
Improved: CMake build
Fixed: number of generated points
Fixed: warnings in MSVC 2019