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