Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
droid.Runtime.Utilities.Sampling.Perlin Class Reference

Public Member Functions

float Noise (float arg)
 
float Noise (float x, float y)
 
float Noise (float x, float y, float z)
 
 Perlin ()
 
void SetSeed (int seed)
 

Detailed Description

Definition at line 4 of file Perlin.cs.

Constructor & Destructor Documentation

◆ Perlin()

droid.Runtime.Utilities.Sampling.Perlin.Perlin ( )

Definition at line 133 of file Perlin.cs.

Member Function Documentation

◆ Noise() [1/3]

float droid.Runtime.Utilities.Sampling.Perlin.Noise ( float  arg)

Definition at line 32 of file Perlin.cs.

◆ Noise() [2/3]

float droid.Runtime.Utilities.Sampling.Perlin.Noise ( float  x,
float  y 
)

Definition at line 43 of file Perlin.cs.

◆ Noise() [3/3]

float droid.Runtime.Utilities.Sampling.Perlin.Noise ( float  x,
float  y,
float  z 
)

Definition at line 73 of file Perlin.cs.

◆ SetSeed()

void droid.Runtime.Utilities.Sampling.Perlin.SetSeed ( int  seed)

Definition at line 135 of file Perlin.cs.


The documentation for this class was generated from the following file: