cOMS/math/random/BlueNoise.h
2024-07-21 21:25:39 +02:00

19 lines
415 B
C

/**
* Jingga
*
* @package Utils
* @copyright Jingga
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
#ifndef TOS_MATH_RANDOM_BLUE_NOISE
#define TOS_MATH_RANDOM_BLUE_NOISE
#include "../../stdlib/Types.h"
// @todo Implement poisson disc sampling for 2d and sphere
// https://observablehq.com/@jrus/bridson-fork/2
// https://observablehq.com/@jrus/spheredisksample
#endif