Math.DegreesToRadians¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
Takes a float value representing an angle in degrees. | Float |
||
Output ➡️ |
Outputs a float value representing the input angle in radians. | Float |
This shard converts the input angle from degrees to radians. The conversion is done using the formula: radians = degrees * (π / 180).