PICCANTE  0.4
The hottest HDR imaging library!
Namespaces | Macros | Functions
sampler_bridson.hpp File Reference
#include <math.h>
#include <random>
#include "../util/math.hpp"
#include "../util/vec.hpp"

Go to the source code of this file.

Namespaces

 pic
 

Macros

#define PIC_POINT_SAMPLERS_SAMPLER_BRIDSON_HPP
 

Functions

template<unsigned int N>
bool pic::checkNeighborsBruteForce (std::vector< Vec< N, float > > &samples, Vec< N, float > x, float radius)
 checkNeighborsBruteForce More...
 
template<unsigned int N>
void pic::getBridsonSamples (std::mt19937 *m, float radius, std::vector< float > &samples, int kSamples=30)
 getBridsonSamples More...
 

Macro Definition Documentation

◆ PIC_POINT_SAMPLERS_SAMPLER_BRIDSON_HPP

#define PIC_POINT_SAMPLERS_SAMPLER_BRIDSON_HPP