FlowVis
Content
Index
Previous
Next

Member
  getNextValues

Visibility
  PRIVATE

Related Class
  TRungeKutta2Integrator

Description
 

get next values of newVector and newPoint
runge kutta 2 moves dt * 0.5 forward and get there a vector to add this one


Source code
  function getNextValues ( const sp : TSeedPoint ; dirsp : TPoint2Di ; const dt : single ; var newVector , newPoint : TVector2D ) : TSLError ; override

Parameters
 
Parameter Description
sp : TSeedPoint the source point from where we start
dirsp : TPoint2Di the direction we move
dt : SINGLE the size
newVector : TVector2D
newPoint : TVector2D

Return
 
Types Description
TSLError TSLError none or saddle

Links
  #UnderConstruction#

FlowVis
Content
Index
Previous
Next


Created with DelphiCodeToDoc. To obtain the latest revision, please see http://dephicodetodoc.sourceforge.net/
Under GNU GPL licence. Copyright (c) 2003 - TridenT.