'Returns the distance squared between 2 points ( Sqr(X2-X1) + '+'Sqr(Y2-Y1) + ... ) The two points are represented by the two '+'multifield expressions. Note that this is faster than the '+'regular distance function because it avoids the expensive square '+'root; yet it is still useful for comparing distances'
Namespace: TrigonometryPackage
Delphi |
DistanceSqrComment = 'Returns the distance squared between 2 points ( Sqr(X2-X1) + '+ |
Value
Type: string
Reference |