Euphoria
poisson.cc File Reference
#include "core/poisson.h"
#include "base/numeric.h"
#include "base/random.h"
#include "assert/assert.h"
#include "base/cint.h"

Go to the source code of this file.

Namespaces

 eu
 
 eu::core
 

Functions

bool eu::core::is_all_inside (const Rectf &a, const vec2f &p, float r)
 
std::vector< vec2f > eu::core::calc_poisson_samples (const Rectf &area, Random *random, float r, float bs, int k)