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