TVertex

TVertex

type TVertex = record;

Unit
TeeSpline

Description
Internal record used by TBSpline class.

TDataType=Double;

TVertex=packed record
X,Y : TDataType;
end;