textmode.synth.js / SynthSource / polar
Method: polar()
ts
polar(angle?, radius?): this;Convert coordinates to polar space.
Parameters
| Parameter | Type | Description |
|---|---|---|
angle? | SynthParameterValue | Angle offset in radians (default: 0.0) |
radius? | SynthParameterValue | Radius multiplier (default: 1.0) |
Returns
this