Initializes the vector, setting its elements to the values passed to the constructor.
Source position: matrix.pp line 140
constructor Tvector4_extended.init(
a: extended;
b: extended;
c: extended;
d: extended
);