Source position: tttypes.pas line 84
type TT_Matrix = record
xx: TT_Fixed;
xy: TT_Fixed;
yx: TT_Fixed;
yy: TT_Fixed;
end;