Field TORADIANS
The conversion constant used to convert degrees to radians. Multiply the degree value by this constant to get radians.
Namespace: Unity.Mathematics
Syntax
public const float TORADIANS = 0.0174532924F
Returns
| Type | Description |
|---|---|
| Single |
Remarks
Multiplying by this constant is equivalent to using radians(Single).