Outputs | |||||
Value | float |
The arc cosine value. | |||
Inputs | |||||
float | Numeric |
The input value. |
Values outside the range of -1 and 1 will create a NaN and are invalid.
Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.
Outputs | |||||
Value | float |
The arc sine value. | |||
Inputs | |||||
float | Numeric |
The input value. |
Values outside the range of -1 and 1 will create a NaN and are invalid.
Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.
Outputs | |||||
Value | float |
The arc tangent of y/x. | |||
Inputs | |||||
float | X |
The x coordinate point | |||
float | Y |
The y coordinate point. |
This is the counter clockwise angle, measured in radians, between the positive X axis, and the point (x, y).
Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.
Outputs | |||||
Value | float |
The cosine of the angle. | |||
Inputs | |||||
float | Numeric |
The angle in radians. |
Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.
Outputs | |||||
Value | float |
The sine of the angle. | |||
Inputs | |||||
float | Numeric |
The angle in radians. |
Available in Unit Flow Editor, Level Flow Editor, and External Flow Editor.