mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-11 11:18:40 +00:00
19 lines
415 B
C
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 |