Tvector2_extended.squared_length

Calculates the squared length of the vector.

Declaration

Source position: matrix.pp line 86

default 
  function squared_length : extended;

Description

Calculate the squared length of the vector: squared_length=data[0]**2+data[1]**2.