Calculates the angle that bisects the start angle and the end angle into two equal parts.
Units of the input and output angles.
Name | Value | Description |
---|---|---|
radian in, radian out | 0 | The units of input and output angles are both radian. |
radian in, degree out | 1 | The unit of input angles is radian. The unit of output angles is degree. |
degree in, degree out | 2 | The units of input and output angles are both degree. |
degree in, radian out | 3 | The unit of input angles is degree. The unit of output angles is radian. |
Default: radian in, radian out
Range of the angle bisector.
Name | Value | Description |
---|---|---|
none | 0 | The range is [-Inf , Inf]. |
-180 to 180 (-pi to pi) | 1 | The range is [-180, 180] in degrees or [-pi, pi] in radians. |
0 to 360 (0 to 2pi) | 2 | The range is [0, 360] in degrees or [0, 2pi] in radians. |
Default: -180 to 180 (-pi to pi)
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
The following figures demonstrate angle bisectors between a start angle and an end angle.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application