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

Tvector3_double.init

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

Declaration

Source position: matrix.pp line 100

constructor Tvector3_double.init(

  a: double;

  b: double;

  c: double

);