[Overview][Types][Classes][Procedures and functions][Index] |
Calculates the squared length of the vector.
Source position: matrix.pp line 76
function Tvector2_double.squared_length: double; |
Calculate the squared length of the vector: squared_length=data[0]**2+data[1]**2.
lazarus-ccr.sourceforge.net |