-
Notifications
You must be signed in to change notification settings - Fork 54
Home
Serguei Kalentchouk edited this page Jan 12, 2018
·
20 revisions
Returns the absolute value of an angle
Type | Name | Description |
---|---|---|
➡️ angle | input | Input value |
⬅️ angle | output | Return value |
Returns the sum of two angle values
Type | Name | Description |
---|---|---|
➡️ angle | inputA | First input value |
➡️ angle | inputB | Second input value |
⬅️ angle | output | Return value |
Returns the quotient of two angle values
Type | Name | Description |
---|---|---|
➡️ angle | inputA | First input value |
➡️ angle | inputB | Second input value |
⬅️ angle | output | Return value |
Returns the product of two angle values
Type | Name | Description |
---|---|---|
➡️ angle | inputA | First input value |
➡️ angle | inputB | Second input value |
⬅️ angle | output | Return value |
Returns the linear interpolation between two angle values
Type | Name | Description |
---|---|---|
➡️ angle | inputA | First input value |
➡️ angle | inputB | Second input value |
➡️ float | alpha | Blend value [0, 1] |
⬅️ angle | output | Return value |
Returns the difference of two angle values
Type | Name | Description |
---|---|---|
➡️ angle | inputA | First input value |
➡️ angle | inputB | Second input value |
⬅️ angle | output | Return value |
Returns the acos of value
Type | Name | Description |
---|---|---|
➡️ float | input | Input value |
➡️ enum | type | Angle type (Degrees, Radians) |
⬅️ angle | output | Return value |
Returns the asin of value
Type | Name | Description |
---|---|---|
➡️ float | input | Input value |
➡️ enum | type | Angle type (Degrees, Radians) |
⬅️ angle | output | Return value |
Returns the atan of value
Type | Name | Description |
---|---|---|
➡️ float | input | Input value |
➡️ enum | type | Angle type (Degrees, Radians) |
⬅️ angle | output | Return value |
Returns the cos of value
Type | Name | Description |
---|---|---|
➡️ angle | input | Input value |
⬅️ float | output | Return value |
Returns the sin of value
Type | Name | Description |
---|---|---|
➡️ angle | input | Input value |
⬅️ float | output | Return value |
Returns the tan of value
Type | Name | Description |
---|---|---|
➡️ angle | input | Input value |
⬅️ float | output | Return value |