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

Description

VuoGradientNoiseCommon implementation.

Functions

VuoReal VuoGradientNoise_perlin_VuoReal (VuoReal x)
 Returns the value for Perlin noise at a 1D location.
 
VuoReal VuoGradientNoise_perlin_VuoPoint2d (VuoPoint2d point)
 Returns the value for Perlin noise at a 2D location.
 
VuoReal VuoGradientNoise_perlin_VuoPoint3d (VuoPoint3d point)
 Returns the value for Perlin noise at a 3D location.
 
VuoReal VuoGradientNoise_perlin_VuoPoint4d (VuoPoint4d point)
 Returns the value for Perlin noise at a 4D location.
 
VuoReal VuoGradientNoise_simplex_VuoReal (VuoReal x)
 Returns the value for Simplex noise at a 1D location.
 
VuoReal VuoGradientNoise_simplex_VuoPoint2d (VuoPoint2d point)
 Returns the value for Simplex noise at a 2D location.
 
VuoReal VuoGradientNoise_simplex_VuoPoint3d (VuoPoint3d point)
 Returns the value for Simplex noise at a 3D location.
 
VuoReal VuoGradientNoise_simplex_VuoPoint4d (VuoPoint4d point)
 Returns the value for Simplex noise at a 4D location.
 

Function Documentation

VuoReal VuoGradientNoise_perlin_VuoPoint2d ( VuoPoint2d  point)

Returns the value for Perlin noise at a 2D location.

VuoReal VuoGradientNoise_perlin_VuoPoint3d ( VuoPoint3d  point)

Returns the value for Perlin noise at a 3D location.

VuoReal VuoGradientNoise_perlin_VuoPoint4d ( VuoPoint4d  point)

Returns the value for Perlin noise at a 4D location.

VuoReal VuoGradientNoise_perlin_VuoReal ( VuoReal  x)

Returns the value for Perlin noise at a 1D location.

VuoReal VuoGradientNoise_simplex_VuoPoint2d ( VuoPoint2d  point)

Returns the value for Simplex noise at a 2D location.

VuoReal VuoGradientNoise_simplex_VuoPoint3d ( VuoPoint3d  point)

Returns the value for Simplex noise at a 3D location.

VuoReal VuoGradientNoise_simplex_VuoPoint4d ( VuoPoint4d  point)

Returns the value for Simplex noise at a 4D location.

VuoReal VuoGradientNoise_simplex_VuoReal ( VuoReal  x)

Returns the value for Simplex noise at a 1D location.