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

Tmatrix4_extended_data

Internal data of Tmatrix4_extended

Declaration

Source position: matrix.pp line 59

type Tmatrix4_extended_data = array [0..3,0..3] of extended;

Description

This is the matrix internal data for a matrix. It uses a simple array structure so data from other libraries that define their own matrix type as a simple array structure can simply be moved to and from this data, or typecasted into it. As this is the only field in the object, the object itself can be used just as fine for typecasting purposes etc.

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