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

Tvector3_double_data

Internal data of Tvector3_double

Declaration

Source position: matrix.pp line 43

type Tvector3_double_data = array [0..2] of Double;

Description

This is the vector internal data for a vector. It uses a simple array structure so data from other libraries that define their own vector 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.


Documentation generated on: May 14 2021