AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
FastSimplexNoise Class Reference

A conglomeration of open-source simplex libraries in C# with an emphasis on performance More...

Public Member Functions

 FastSimplexNoise ()
 
 FastSimplexNoise (long seed)
 
double Evaluate (double x, double y)
 
double Evaluate (double x, double y, double z)
 
double Evaluate (double x, double y, double z, double w)
 

Detailed Description

A conglomeration of open-source simplex libraries in C# with an emphasis on performance

Definition at line 9 of file FastSimplexNoise.cs.

Constructor & Destructor Documentation

§ FastSimplexNoise() [1/2]

FastSimplexNoise.FastSimplexNoise ( )

Definition at line 191 of file FastSimplexNoise.cs.

§ FastSimplexNoise() [2/2]

FastSimplexNoise.FastSimplexNoise ( long  seed)

Definition at line 193 of file FastSimplexNoise.cs.

Member Function Documentation

§ Evaluate() [1/3]

double FastSimplexNoise.Evaluate ( double  x,
double  y 
)

Definition at line 223 of file FastSimplexNoise.cs.

§ Evaluate() [2/3]

double FastSimplexNoise.Evaluate ( double  x,
double  y,
double  z 
)

Definition at line 271 of file FastSimplexNoise.cs.

§ Evaluate() [3/3]

double FastSimplexNoise.Evaluate ( double  x,
double  y,
double  z,
double  w 
)

Definition at line 329 of file FastSimplexNoise.cs.


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