MATH.CartesianToPolar (FB)
(
CAA_Mathematics.library)
This function block will change the Cartesian coordinates of the two dimensional space,
, to polar coordinates
, which are connected via:
atan2
Input:
lrX
|
LREAL
|
x-coordinate
|
lrY
|
LREAL
|
y-coordinate
|
Output:
lrAngle
|
LREAL
|
angular coordinate (azimuth)
|
lrDistance
|
LREAL
|
radius
|