libtcod-net
TCODNoise Class
NamespaceslibtcodWrapperTCODNoise
Generates various types of "noise"
Declaration Syntax
C#
public class TCODNoise : IDisposable
Members
All MembersConstructorsMethodsFields



IconMemberDescription
TCODNoise(Int32)
Create noise object.

TCODNoise(Int32, TCODRandom)
Create noise object.

TCODNoise(Int32, Double, Double)
Create noise object.

TCODNoise(Int32, Double, Double, TCODRandom)
Create noise object.

Dispose()()()
Destory unmanaged noice generator.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetBrownianMotion(array<Single>[]()[], Single)
Get Browian Motion

GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetPerlinNoise(array<Single>[]()[])
Get Perlin Noise

GetTurbulence(array<Single>[]()[], Single)
Get Turbulence

GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
NoiseDefaultHurst
Default hurst value for noise generator

NoiseDefaultLacunarity
Default Lacunarity value for noise generator

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
TCODNoise

Assembly: libtcodWrapper (Module: libtcodWrapper) Version: 0.2.0.0 (0.2.0.0)