DirectionFromAngles
Returns a directional Vector from the provided horizontal (yaw) and vertical (pitch) angles (in degrees).
Inputs
- Number (Horizontal)
- Number (Vertical)
Output
- Vector
<block type="DirectionFromAngles">
<value name="VALUE-0">
<block type="Number">
<field name="NUM">90</field>
</block>
</value>
<value name="VALUE-1">
<block type="Number">
<field name="NUM">130</field>
</block>
</value>
</block>