Vuo  0.5.3
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoGradientNoiseCommon.c File Reference

Description

VuoGradientNoiseCommon implementation.

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.
 

Function Documentation

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.