Field TORADIANS
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 float TORADIANS = 0.017453292
Returns
Type | Description |
---|---|
float |
Remarks
Multiplying by this constant is equivalent to using radians(float).