[Overview][Types][Classes][Procedures and functions] Reference for unit 'matrix' (#rtl)

Tvector4_extended.init

Initializes the vector, setting its elements to the values passed to the constructor.

Declaration

Source position: matrix.pp line 136

constructor Tvector4_extended.init(

  a: extended;

  b: extended;

  c: extended;

  d: extended

);