Vuo  0.4.5
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
VuoGradientNoiseCommon.h File Reference

Description

VuoGradientNoiseCommon interface.

Functions

VuoReal VuoGradientNoise_perlin1D (VuoReal x)
 Returns the value for Perlin noise at a 1D location.
 
VuoReal VuoGradientNoise_perlin2D (VuoReal x, VuoReal y)
 Returns the value for Perlin noise at a 2D location.
 
VuoReal VuoGradientNoise_perlin3D (VuoReal x, VuoReal y, VuoReal z)
 Returns the value for Perlin noise at a 3D location.
 
VuoReal VuoGradientNoise_perlin4D (VuoReal x, VuoReal y, VuoReal z, VuoReal w)
 Returns the value for Perlin noise at a 4D location.
 
VuoReal VuoGradientNoise_simplex1D (VuoReal x)
 Returns the value for Simplex noise at a 1D location.
 
VuoReal VuoGradientNoise_simplex2D (VuoReal x, VuoReal y)
 Returns the value for Simplex noise at a 2D location.
 
VuoReal VuoGradientNoise_simplex3D (VuoReal x, VuoReal y, VuoReal z)
 Returns the value for Simplex noise at a 3D location.
 
VuoReal VuoGradientNoise_simplex4D (VuoReal x, VuoReal y, VuoReal z, VuoReal w)
 Returns the value for Simplex noise at a 4D location.