mal-math
C++20 mathematics library.
All Classes Namespaces Files Functions Variables Typedefs Concepts
mal_math::random::poisson_disc::_detail Namespace Reference

Functions

template<AnyVec U>
std::vector< U > PoissonDisc (std::mt19937 &gen, U const &from, U const &to, float min_distance, size_t max_attempts=30) noexcept
 Generates a set of points distributed according to Poisson Disk Sampling.
 

Function Documentation

◆ PoissonDisc()

template<AnyVec U>
std::vector< U > mal_math::random::poisson_disc::_detail::PoissonDisc ( std::mt19937 & gen,
U const & from,
U const & to,
float min_distance,
size_t max_attempts = 30 )
inlinenoexcept

Generates a set of points distributed according to Poisson Disk Sampling.

Template Parameters
UVector type.
Parameters
genReference to a random number generator.
fromStart vector.
toEnd vector.
min_distanceMinimum distance between points.
max_attemptsMaximum number of attempts before giving up on finding a new point.
Returns
A vector containing the generated points.

Definition at line 154 of file random.hpp.

Here is the call graph for this function:
Here is the caller graph for this function: