° (LogiX node)
Jump to navigation
Jump to search
° | ||
---|---|---|
'°' LogiX node | ||
Inputs | ||
Float2 | A | |
Float2 | B | |
Outputs | ||
Float | * |
The ° node outputs the smallest angle between A
and B
in degrees.
Usage
When spawned from the node browser, this node accepts the float2 datatype by default. However, this node can be overloaded to accept different numeric vector value types if an appropriate wire is connected to an input. Note that if an integer (int) vector is connected the output is still a float.
Default values for A
and B
are [0,0], resulting in a default output of 90. Output is always in the range 0 to 180 inclusive.