C# Class opentk.System3.ChaoticMap

Afficher le fichier Open project: smalld/particle_system

Protected Properties

Свойство Type Description
m_BestNextCandidate float[]
m_SearchAttemptsLeft float
m_lastrun long
m_lastrunmask long

Private Properties

Свойство Type Description
InitializeNewCandidate void
InitializeParams void
SearchForParams void
UpdateSearchSpreadFactor void

Méthodes publiques

Méthode Description
ChaoticMap ( string name ) : System
LyapunovExponent ( System.Vector4 startingPoint, int stepsCount = 100, float dt = 0.1f, float orbitDistanceLimit = 1000 ) : Vector4>.Tuple

Lyapunovs the exponent.

LyapunovExponent ( int stepsCount = 100, float dt = 0.1f, float seedExtent = 5, int seedCount = 5, float orbitDistanceLimit = 1000 ) : Vector4>.Tuple

Lyapunovs the exponent.

UpdateMap ( System.DateTime simtime, long step ) : void

Private Methods

Méthode Description
InitializeNewCandidate ( ) : void
InitializeParams ( ) : void
SearchForParams ( ) : void
UpdateSearchSpreadFactor ( bool solutionFound ) : void

Method Details

ChaoticMap() public méthode

public ChaoticMap ( string name ) : System
name string
Résultat System

LyapunovExponent() public méthode

Lyapunovs the exponent.
public LyapunovExponent ( System.Vector4 startingPoint, int stepsCount = 100, float dt = 0.1f, float orbitDistanceLimit = 1000 ) : Vector4>.Tuple
startingPoint System.Vector4 /// Starting point. ///
stepsCount int /// Steps count. ///
dt float /// Dt. ///
orbitDistanceLimit float /// Orbit distance limit. ///
Résultat Vector4>.Tuple

LyapunovExponent() public méthode

Lyapunovs the exponent.
public LyapunovExponent ( int stepsCount = 100, float dt = 0.1f, float seedExtent = 5, int seedCount = 5, float orbitDistanceLimit = 1000 ) : Vector4>.Tuple
stepsCount int /// Steps count. ///
dt float /// Dt. ///
seedExtent float /// Seed extent. ///
seedCount int /// Seed count. ///
orbitDistanceLimit float /// Orbit distance limit. ///
Résultat Vector4>.Tuple

UpdateMap() public méthode

public UpdateMap ( System.DateTime simtime, long step ) : void
simtime System.DateTime
step long
Résultat void

Property Details

m_BestNextCandidate protected_oe property

protected float[] m_BestNextCandidate
Résultat float[]

m_SearchAttemptsLeft protected_oe property

protected float m_SearchAttemptsLeft
Résultat float

m_lastrun protected_oe property

protected long m_lastrun
Résultat long

m_lastrunmask protected_oe property

protected long m_lastrunmask
Résultat long