Trigonometric node description
DESCRIPTION
![]()
The Trigonometric Node returns trigonometric value(s) or input, including sine, sine hyperbolic, arc sine, cosine, cosine hyperbolic, arc cosine, tangent, tangent hyperbolic , arc tangent and hypot.
ATTRIBUTE
Name: operation (opt)
Type: enum
Default: 1
Note: Specifies type of operation. type could be :
0: no operation - input value(s) pass through node without any changes
1: sin (default)
2: sin hyperbolic
3: arc sin
4: cos
5: cos hyperbolic
6: arc cos
7: tan
8: tan hyperbolic
9: arc tan
10: hypot - The hypot function returns the length of the hypotenuse of a right triangle. Specify the lengths of the sides adjacent to the right angle as X and Y.
Name: inputX (inx)
Type: float3
Default: 0.0,0.0,0.0
Note: The inputX value
Name: inputY (iny)
Type: float3
Default: 0.0,0.0,0.0
Note: The inputY value
Name: output (out)
Type: float3
Default: 0.0, 0.0, 0.0
Type: The output value
