Field TODEGREES
The conversion constant used to convert radians to degrees. Multiply the radian value by this constant to get degrees.
Namespace: Unity.Mathematics
Syntax
public const float TODEGREES = 57.29578F
Returns
| Type | Description |
|---|---|
| Single |
Remarks
Multiplying by this constant is equivalent to using degrees(Single).