C# 클래스 opentk.System3.ChaoticMap

파일 보기 프로젝트 열기: smalld/particle_system

보호된 프로퍼티들

프로퍼티 타입 설명
m_BestNextCandidate float[]
m_SearchAttemptsLeft float
m_lastrun long
m_lastrunmask long

Private Properties

프로퍼티 타입 설명
InitializeNewCandidate void
InitializeParams void
SearchForParams void
UpdateSearchSpreadFactor void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
InitializeNewCandidate ( ) : void
InitializeParams ( ) : void
SearchForParams ( ) : void
UpdateSearchSpreadFactor ( bool solutionFound ) : void

메소드 상세

ChaoticMap() 공개 메소드

public ChaoticMap ( string name ) : System
name string
리턴 System

LyapunovExponent() 공개 메소드

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. ///
리턴 Vector4>.Tuple

LyapunovExponent() 공개 메소드

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. ///
리턴 Vector4>.Tuple

UpdateMap() 공개 메소드

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

프로퍼티 상세

m_BestNextCandidate 보호되어 있는 프로퍼티

protected float[] m_BestNextCandidate
리턴 float[]

m_SearchAttemptsLeft 보호되어 있는 프로퍼티

protected float m_SearchAttemptsLeft
리턴 float

m_lastrun 보호되어 있는 프로퍼티

protected long m_lastrun
리턴 long

m_lastrunmask 보호되어 있는 프로퍼티

protected long m_lastrunmask
리턴 long