Field TODEGREES_DBL
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 double TODEGREES_DBL = 57.29577951308232
Returns
Type | Description |
---|---|
double |
Remarks
Multiplying by this constant is equivalent to using degrees(double).