FastLED 3.9.15
Loading...
Searching...
No Matches
noise_woryley.h
Go to the documentation of this file.
1#pragma once
2
3#include "fl/stdint.h"
4#include "fl/int.h"
5
6namespace fl {
7
8// Compute 2D Worley noise at (x, y) in Q15
9i32 worley_noise_2d_q15(i32 x, i32 y);
10
11} // namespace fl
int y
Definition simple.h:93
int x
Definition simple.h:92
i32 worley_noise_2d_q15(i32 x, i32 y)
IMPORTANT!
Definition crgb.h:20