FastLED 3.9.15
Loading...
Searching...
No Matches

◆ toRads()

float gen.toRads ( float angle)

Definition at line 30 of file gen.py.

30def toRads(angle: float) -> float:
31 return angle * (pi / 180)
32
33
34@dataclass

Referenced by next_point().

+ Here is the caller graph for this function: