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