Sine
Last updated
Last updated
The Sine Node takes a single Float Value, representing an angle, in degrees (°) or radians (rad), and returns its sine.
Sine is a trigonometric function, used to calculate the acute angles and side lengths of right-angled triangles. Trigonometry has a vast amount applications, ranging from engineering to astronomy. The most relevent to INCARI, though, is that it can be used to calculate cooridnates and distances within 3D space.
Attribute | Type | Description |
---|---|---|
| Bool | Determines whether or not the |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| Float | The angle to calculate the sine of. |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |
| Float | The sine of |
Trigonometry on Kahn Academy.
Sine, Cosine and Tangent on Maths is Fun.