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