Links
Flow visualization
StreamLines.TStreamLine Record
TStreamLine = record
  points: integer;
  p: array of TVector3f;
  end;
Members 
Description 
points: integer; 
Number of points in this line 
p: array of TVector3f; 
Array of points in this line 

Structure holding the points of a stream line.

Created with a demo version of Doc-O-Matic. This version is supplied for evaluation purposes only, do not distribute this documentation. To obtain a commercial license please see http://www.doc-o-matic.com/purchase.html.
Copyright (c) 2005. All rights reserved.
What do you think about this topic? Send feedback!