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