FlowVis
Content
Index
Previous (GetDataSetValue)
Next (getGridPoint)

Member
  getInterpolatedDataSetVector

Related Unit
  vis

Description
 

This function returns an interpolated Dataset Value


Source code
  function getInterpolatedDataSetVector ( grid : TGridData ; data : TDataSet ; xprev , xnext , yprev , ynext : integer ; p : TVector2D ) : TVector2D

Parameters
 
Parameter Description
grid : TGridData the grid record we need for checking the size of the array
data : TDataSet
xprev : INTEGER the x coordinate before the desired point
xnext : INTEGER the x coordinate past the desired point
yprev : INTEGER the y coordinate before the desired point
ynext : INTEGER the y coordinate past the desired point
p : TVector2D

Return
 
Types Description
TVector2D the point we access

Links
  #UnderConstruction#

FlowVis
Content
Index
Previous (GetDataSetValue)
Next (getGridPoint)


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