Unit 'matrix' Package
[Overview][Types][Classes][Procedures and functions][Index] [#rtl]

Tvector2_extended

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

Extended precision vector of two scalars.

Declaration

Source position: matrix.pp line 80

type Tvector2_extended = object

  data: Tvector2_extended_data;

  

Internal data of Tvector2.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

Tvector2_extended

  

Extended precision vector of two scalars.

|

TObject

  

Base class of all classes.

Description

The Tvector2_extended object provides a vector of two extended precision scalars.


Documentation generated on: Jul 24 2023