Go to the source code of this file.
|
| static fl::i32 | grad (fl::u8 hash, fl::i32 x) |
| |
| static fl::i32 | grad (fl::u8 hash, fl::i32 x, fl::i32 y) |
| |
| static fl::i32 | grad (fl::u8 hash, fl::i32 x, fl::i32 y, fl::i32 z) |
| |
| static fl::i32 | grad (fl::u8 hash, fl::i32 x, fl::i32 y, fl::i32 z, fl::i32 t) |
| |
| fl::u16 | snoise16 (fl::u32 x) |
| | 32 bit, fixed point implementation of simplex noise functions.
|
| |
| fl::u16 | snoise16 (fl::u32 x, fl::u32 y) |
| |
| fl::u16 | snoise16 (fl::u32 x, fl::u32 y, fl::u32 z) |
| |
| fl::u16 | snoise16 (fl::u32 x, fl::u32 y, fl::u32 z, fl::u32 w) |
| |