Files
cglm/include/cglm/call/noise.h
2025-01-15 14:05:08 +00:00

24 lines
361 B
C

/*
* Copyright (c), Recep Aslantas.
*
* MIT License (MIT), http://opensource.org/licenses/MIT
* Full license can be found in the LICENSE file
*/
#ifndef cglmc_noise_h
#define cglmc_noise_h
#ifdef __cplusplus
extern "C" {
#endif
#include "../cglm.h"
CGLM_EXPORT
float
glmc_perlin_vec4(vec4 point);
#ifdef __cplusplus
}
#endif
#endif /* cglmc_noise_h */