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

Description

VuoGradientNoiseCommon interface.

Functions

VuoReal VuoGradientNoise_perlin_VuoReal_VuoReal (VuoReal x)
 Returns the value for Perlin noise at a 1D location.
 
VuoPoint2d VuoGradientNoise_perlin_VuoReal_VuoPoint2d (VuoReal x)
 Returns 2 values for Perlin noise at a 1D location.
 
VuoPoint3d VuoGradientNoise_perlin_VuoReal_VuoPoint3d (VuoReal x)
 Returns 3 values for Perlin noise at a 1D location.
 
VuoPoint4d VuoGradientNoise_perlin_VuoReal_VuoPoint4d (VuoReal x)
 Returns 4 values for Perlin noise at a 1D location.
 
VuoReal VuoGradientNoise_perlin_VuoPoint2d_VuoReal (VuoPoint2d point)
 Returns the value for Perlin noise at a 2D location.
 
VuoPoint2d VuoGradientNoise_perlin_VuoPoint2d_VuoPoint2d (VuoPoint2d point)
 Returns 2 values for Perlin noise at a 2D location.
 
VuoPoint3d VuoGradientNoise_perlin_VuoPoint2d_VuoPoint3d (VuoPoint2d point)
 Returns 3 values for Perlin noise at a 2D location.
 
VuoPoint4d VuoGradientNoise_perlin_VuoPoint2d_VuoPoint4d (VuoPoint2d point)
 Returns 4 values for Perlin noise at a 2D location.
 
VuoReal VuoGradientNoise_perlin_VuoPoint3d_VuoReal (VuoPoint3d point)
 Returns the value for Perlin noise at a 3D location.
 
VuoPoint2d VuoGradientNoise_perlin_VuoPoint3d_VuoPoint2d (VuoPoint3d point)
 Returns 2 values for Perlin noise at a 3D location.
 
VuoPoint3d VuoGradientNoise_perlin_VuoPoint3d_VuoPoint3d (VuoPoint3d point)
 Returns 3 values for Perlin noise at a 3D location.
 
VuoPoint4d VuoGradientNoise_perlin_VuoPoint3d_VuoPoint4d (VuoPoint3d point)
 Returns 4 values for Perlin noise at a 3D location.
 
VuoReal VuoGradientNoise_perlin_VuoPoint4d_VuoReal (VuoPoint4d point)
 Returns the value for Perlin noise at a 4D location.
 
VuoPoint2d VuoGradientNoise_perlin_VuoPoint4d_VuoPoint2d (VuoPoint4d point)
 Returns 2 values for Perlin noise at a 4D location.
 
VuoPoint3d VuoGradientNoise_perlin_VuoPoint4d_VuoPoint3d (VuoPoint4d point)
 Returns 3 values for Perlin noise at a 4D location.
 
VuoPoint4d VuoGradientNoise_perlin_VuoPoint4d_VuoPoint4d (VuoPoint4d point)
 Returns 4 values for Perlin noise at a 4D location.
 
VuoReal VuoGradientNoise_simplex_VuoReal_VuoReal (VuoReal x)
 Returns the value for Simplex noise at a 1D location.
 
VuoPoint2d VuoGradientNoise_simplex_VuoReal_VuoPoint2d (VuoReal x)
 Returns 2 values for Simplex noise at a 1D location.
 
VuoPoint3d VuoGradientNoise_simplex_VuoReal_VuoPoint3d (VuoReal x)
 Returns 3 values for Simplex noise at a 1D location.
 
VuoPoint4d VuoGradientNoise_simplex_VuoReal_VuoPoint4d (VuoReal x)
 Returns 4 values for Simplex noise at a 1D location.
 
VuoReal VuoGradientNoise_simplex_VuoPoint2d_VuoReal (VuoPoint2d point)
 Returns the value for Simplex noise at a 2D location.
 
VuoPoint2d VuoGradientNoise_simplex_VuoPoint2d_VuoPoint2d (VuoPoint2d point)
 Returns 2 values for Simplex noise at a 2D location.
 
VuoPoint3d VuoGradientNoise_simplex_VuoPoint2d_VuoPoint3d (VuoPoint2d point)
 Returns 3 values for Simplex noise at a 2D location.
 
VuoPoint4d VuoGradientNoise_simplex_VuoPoint2d_VuoPoint4d (VuoPoint2d point)
 Returns 4 values for Simplex noise at a 2D location.
 
VuoReal VuoGradientNoise_simplex_VuoPoint3d_VuoReal (VuoPoint3d point)
 Returns the value for Simplex noise at a 3D location.
 
VuoPoint2d VuoGradientNoise_simplex_VuoPoint3d_VuoPoint2d (VuoPoint3d point)
 Returns 2 values for Simplex noise at a 3D location.
 
VuoPoint3d VuoGradientNoise_simplex_VuoPoint3d_VuoPoint3d (VuoPoint3d point)
 Returns 3 values for Simplex noise at a 3D location.
 
VuoPoint4d VuoGradientNoise_simplex_VuoPoint3d_VuoPoint4d (VuoPoint3d point)
 Returns 4 values for Simplex noise at a 3D location.
 
VuoReal VuoGradientNoise_simplex_VuoPoint4d_VuoReal (VuoPoint4d point)
 Returns the value for Simplex noise at a 4D location.
 
VuoPoint2d VuoGradientNoise_simplex_VuoPoint4d_VuoPoint2d (VuoPoint4d point)
 Returns 2 values for Simplex noise at a 4D location.
 
VuoPoint3d VuoGradientNoise_simplex_VuoPoint4d_VuoPoint3d (VuoPoint4d point)
 Returns 3 values for Simplex noise at a 4D location.
 
VuoPoint4d VuoGradientNoise_simplex_VuoPoint4d_VuoPoint4d (VuoPoint4d point)
 Returns 4 values for Simplex noise at a 4D location.
 

Function Documentation

VuoPoint2d VuoGradientNoise_perlin_VuoPoint2d_VuoPoint2d ( VuoPoint2d  point)

Returns 2 values for Perlin noise at a 2D location.

VuoPoint3d VuoGradientNoise_perlin_VuoPoint2d_VuoPoint3d ( VuoPoint2d  point)

Returns 3 values for Perlin noise at a 2D location.

VuoPoint4d VuoGradientNoise_perlin_VuoPoint2d_VuoPoint4d ( VuoPoint2d  point)

Returns 4 values for Perlin noise at a 2D location.

VuoReal VuoGradientNoise_perlin_VuoPoint2d_VuoReal ( VuoPoint2d  point)

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

VuoPoint2d VuoGradientNoise_perlin_VuoPoint3d_VuoPoint2d ( VuoPoint3d  point)

Returns 2 values for Perlin noise at a 3D location.

VuoPoint3d VuoGradientNoise_perlin_VuoPoint3d_VuoPoint3d ( VuoPoint3d  point)

Returns 3 values for Perlin noise at a 3D location.

VuoPoint4d VuoGradientNoise_perlin_VuoPoint3d_VuoPoint4d ( VuoPoint3d  point)

Returns 4 values for Perlin noise at a 3D location.

VuoReal VuoGradientNoise_perlin_VuoPoint3d_VuoReal ( VuoPoint3d  point)

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

VuoPoint2d VuoGradientNoise_perlin_VuoPoint4d_VuoPoint2d ( VuoPoint4d  point)

Returns 2 values for Perlin noise at a 4D location.

VuoPoint3d VuoGradientNoise_perlin_VuoPoint4d_VuoPoint3d ( VuoPoint4d  point)

Returns 3 values for Perlin noise at a 4D location.

VuoPoint4d VuoGradientNoise_perlin_VuoPoint4d_VuoPoint4d ( VuoPoint4d  point)

Returns 4 values for Perlin noise at a 4D location.

VuoReal VuoGradientNoise_perlin_VuoPoint4d_VuoReal ( VuoPoint4d  point)

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

VuoPoint2d VuoGradientNoise_perlin_VuoReal_VuoPoint2d ( VuoReal  x)

Returns 2 values for Perlin noise at a 1D location.

VuoPoint3d VuoGradientNoise_perlin_VuoReal_VuoPoint3d ( VuoReal  x)

Returns 3 values for Perlin noise at a 1D location.

VuoPoint4d VuoGradientNoise_perlin_VuoReal_VuoPoint4d ( VuoReal  x)

Returns 4 values for Perlin noise at a 1D location.

VuoReal VuoGradientNoise_perlin_VuoReal_VuoReal ( VuoReal  x)

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

VuoPoint2d VuoGradientNoise_simplex_VuoPoint2d_VuoPoint2d ( VuoPoint2d  point)

Returns 2 values for Simplex noise at a 2D location.

VuoPoint3d VuoGradientNoise_simplex_VuoPoint2d_VuoPoint3d ( VuoPoint2d  point)

Returns 3 values for Simplex noise at a 2D location.

VuoPoint4d VuoGradientNoise_simplex_VuoPoint2d_VuoPoint4d ( VuoPoint2d  point)

Returns 4 values for Simplex noise at a 2D location.

VuoReal VuoGradientNoise_simplex_VuoPoint2d_VuoReal ( VuoPoint2d  point)

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

VuoPoint2d VuoGradientNoise_simplex_VuoPoint3d_VuoPoint2d ( VuoPoint3d  point)

Returns 2 values for Simplex noise at a 3D location.

VuoPoint3d VuoGradientNoise_simplex_VuoPoint3d_VuoPoint3d ( VuoPoint3d  point)

Returns 3 values for Simplex noise at a 3D location.

VuoPoint4d VuoGradientNoise_simplex_VuoPoint3d_VuoPoint4d ( VuoPoint3d  point)

Returns 4 values for Simplex noise at a 3D location.

VuoReal VuoGradientNoise_simplex_VuoPoint3d_VuoReal ( VuoPoint3d  point)

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

VuoPoint2d VuoGradientNoise_simplex_VuoPoint4d_VuoPoint2d ( VuoPoint4d  point)

Returns 2 values for Simplex noise at a 4D location.

VuoPoint3d VuoGradientNoise_simplex_VuoPoint4d_VuoPoint3d ( VuoPoint4d  point)

Returns 3 values for Simplex noise at a 4D location.

VuoPoint4d VuoGradientNoise_simplex_VuoPoint4d_VuoPoint4d ( VuoPoint4d  point)

Returns 4 values for Simplex noise at a 4D location.

VuoReal VuoGradientNoise_simplex_VuoPoint4d_VuoReal ( VuoPoint4d  point)

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

VuoPoint2d VuoGradientNoise_simplex_VuoReal_VuoPoint2d ( VuoReal  x)

Returns 2 values for Simplex noise at a 1D location.

VuoPoint3d VuoGradientNoise_simplex_VuoReal_VuoPoint3d ( VuoReal  x)

Returns 3 values for Simplex noise at a 1D location.

VuoPoint4d VuoGradientNoise_simplex_VuoReal_VuoPoint4d ( VuoReal  x)

Returns 4 values for Simplex noise at a 1D location.

VuoReal VuoGradientNoise_simplex_VuoReal_VuoReal ( VuoReal  x)

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