Tvector2_extended : Method overview by Name
| Member | Visibility | Description | 
|---|---|---|
| init(Tvector2_extended) | default | Initializes the vector, setting its elements to the values passed to the constructor. | 
| init_one(Tvector2_extended) | default | Initializes the vector and sets its elements to one | 
| init_zero(Tvector2_extended) | default | Initializes the vector and sets its elements to zero | 
| length(Tvector2_extended) | default | Calculates the length of the vector. | 
| squared_length(Tvector2_extended) | default | Calculates the squared length of the vector. |