
All Units All Classes Properties, Methods and Events |
TTriangle
type TTriangle = record;
Unit
TeeTriSurface
Description
Used by the TriSurface series to store all triangles needed to be displayed.
This record contains the triangle coordinates, Z position, Color, index in the list and pointer to the previous and next triangles.
Index : Integer;
Color : TColor;
Next : PTriangle;
Prev : PTriangle;
P : TTrianglePoints;
Z : Double;
Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.