| [Overview][Types][Classes][Procedures and functions][Index] | 
Initializes the matrix and sets its elements to the identity matrix.
Source position: matrix.pp line 230
| constructor Tmatrix4_single.init_identity; | 
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.