Calculates the squared length of the vector.
Source position: matrix.pp line 97
function Tvector3_single.squared_length: single;
Calculate the squared length of the vector: squared_length=data[0]**2+data[1]**2+data[2]**2.