help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

Tvector3_extended

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Extended precision vector of three scalars

Declaration

Source position: matrix.pp line 105

type Tvector3_extended = object

  data: Tvector3_extended_data;

  

Internal data of Tvector3.extended

  constructor init_zero;

  

Initializes the vector and sets its elements to zero

  constructor init_one;

  

Initializes the vector and sets its elements to one

  constructor init();

  

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

  function length;

  

Calculates the length of the vector.

  function squared_length;

  

Calculates the squared length of the vector.

end;

Inheritance

Tvector3_extended

  

Extended precision vector of three scalars

Description

The Tvector3_extended object provides a vector of three extended precision scalars.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505