[Overview][Types][Classes][Procedures and functions] | Reference for unit 'matrix' (#rtl) |
Calculates the squared length of the vector.
Source position: matrix.pp line 66
function Tvector2_single.squared_length: single; |
Calculate the squared length of the vector: squared_length=data[0]**2+data[1]**2.
No notes exist for this page yet.