Links
Flow visualization
StreamLines.Tsector Record
Tsector = record
  v: array of TVector3f;
  l: array of smallint;
  i: array of smallint;
  count: integer;
  end;
Members 
Description 
v: array of TVector3f; 
vertices in this sector 
l: array of smallint; 
list of lines, that the point in this sector belong 
i: array of smallint; 
indexes of this points in their lines 
count: integer; 
number of point in this sector 

List of points and their attributes in one sector.

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!