Is there an arctan function in AI2? I'm using it to vary the speed of a line and the ball drawing the line based on the angle, but I can't seem to find one.
-NetMinderNo.9Apps
Is there an arctan function in AI2? I'm using it to vary the speed of a line and the ball drawing the line based on the angle, but I can't seem to find one.
-NetMinderNo.9Apps
Its in the tan Block, drop down arrow..... atan
Or you can see it in this extension-
There is also atan2(dx,dy), which avoids infinities.
Note that Ai2 uses degrees, not radians.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.