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
Syntax
public const double TODEGREES_DBL = 57.295779513082323
Returns
| Type | Description |
|---|---|
| Double |
Remarks
Multiplying by this constant is equivalent to using degrees(Double).