Unit 'matrix' Package
[Overview][Types][Classes][Procedures and functions][Index] [#rtl]

Tvector2_single.squared_length

Calculates the squared length of the vector.

Declaration

Source position: matrix.pp line 68

function Tvector2_single.squared_length: single;

Description

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


Documentation generated on: Jul 24 2023