To open any link in a new tab, preserving your position in the current article, just hold down the <CTRL> key on your keyboard before clicking the link or click using your mouse wheel.

Math Functions - AngleBetweenPointsUnScaled - FD

Math Functions - AngleBetweenPointsUnScaled

Returns the angle between 2 points given by p1 and p2 coordinates.

Declaration:

AngleBetweenPointsUnScaled(p1X, p1Y, p2X, p2Y: Double): Double;

Source Code

Delphi

Scripting
Result := AngleBetweenPointsUnScaled(10, 10, 100, 100);

Copyright 2023 ConstructConnect