| Parameter | Description |
|---|---|
| x | Angle in degrees. |
float Angle converted to radians.
Returns the result of converting a float value from degrees to radians.
| Parameter | Description |
|---|---|
| x | Vector containing angles in degrees. |
float2 Vector containing angles converted to radians.
Returns the result of a componentwise conversion of a float2 vector from degrees to radians.
| Parameter | Description |
|---|---|
| x | Vector containing angles in degrees. |
float3 Vector containing angles converted to radians.
Returns the result of a componentwise conversion of a float3 vector from degrees to radians.
| Parameter | Description |
|---|---|
| x | Vector containing angles in degrees. |
float4 Vector containing angles converted to radians.
Returns the result of a componentwise conversion of a float4 vector from degrees to radians.
| Parameter | Description |
|---|---|
| x | Angle in degrees. |
double Angle converted to radians.
Returns the result of converting a float value from degrees to radians.
| Parameter | Description |
|---|---|
| x | Vector containing angles in degrees. |
double2 Vector containing angles converted to radians.
Returns the result of a componentwise conversion of a float2 vector from degrees to radians.
| Parameter | Description |
|---|---|
| x | Vector containing angles in degrees. |
double3 Vector containing angles converted to radians.
Returns the result of a componentwise conversion of a float3 vector from degrees to radians.
| Parameter | Description |
|---|---|
| x | Vector containing angles in degrees. |
double4 Vector containing angles converted to radians.
Returns the result of a componentwise conversion of a float4 vector from degrees to radians.