[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Double precision vector of two scalars.
Source position: matrix.pp line 73
type Tvector2_double = object  | 
||
  | 
Internal data of Tvector2.double.  | 
|
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;  | 
  | 
Double precision vector of two scalars.  | 
|
| | | ||
  | 
Base class of all classes.  | 
The Tvector2_double object provides a vector of two double precision scalars.