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