Source position: system.math.vectors.pp line 157
type tagVECTOR3D = record
case Integer of
0: (
V: TVector3DType;
);
1: (
X: Single;
Y: Single;
Z: Single;
W: Single;
end;