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.
|
Copyright (c) 2005. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|