Source position: system.math.vectors.pp line 68
type tagVECTOR = record
case Integer of
0: (
V: TVectorArray;
);
1: (
X: Single;
Y: Single;
W: Single;
end;