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

Tmatrix3_double.init_identity

Initializes the matrix and sets its elements to the identity matrix.

Declaration

Source position: matrix.pp line 201

constructor Tmatrix3_double.init_identity;

Description

Initializes the matrix and sets its elements to the identity matrix, that is, elements to 1 on the left-upper to right-lower diagonal, the rest zero.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.