Tvector2_double
[Properties (by Name)][Methods (by Name)][Events (by Name)]
Double precision vector of two scalars
Declaration
Source position: matrix.pp line 71
Type
Tvector2_double = object
data : Tvector2_double_data;
constructor init_zero;
constructor init_one;
constructor init(a: Double; b: Double);
function &length : Double;
function squared_length : Double;
end
;
Description
The Tvector2_double object provides a vector of two double precision scalars.
Members
Member | Type | Visibility | Description |
---|---|---|---|
data | Field | default | Internal data of Tvector2.double |
init | Method | default | Initializes the vector, setting its elements to the values passed to the constructor. |
init_one | Method | default | Initializes the vector and sets its elements to one |
init_zero | Method | default | Initializes the vector and sets its elements to zero |
length | Method | default | Calculates the length of the vector. |
squared_length | Method | default | Calculates the squared length of the vector. |
Inheritance
Class | Description |
---|---|
Tvector2_double | Double precision vector of two scalars |