Processors.From360
Extension Method in Processors
Declaration
public static float From360(this int value)
Description
Converts a component value in the range [0..360] to a float in the range [0..1].
Parameters
value | The value to convert. |
Returns
float | The converted value. |