Initializes the vector, setting its elements to the values passed to the constructor.
Source position: matrix.pp line 73
constructor Tvector2_double.init(
a: double;
b: double
);