AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkPoint.LengthSq Method ()

Calculates the squared length of the vector. Faster than Length when you only need to compare lengths.

Syntax
Pascal
function LengthSq: Single; overload;

The squared length of the vector.

Copyright (c) 2012. All rights reserved.