/** * 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