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