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