Skip to content

textmode.synth.js / SynthSource / polar

Method: polar()

ts
polar(angle?, radius?): this;

Convert coordinates to polar space.

Parameters

ParameterTypeDescription
angle?SynthParameterValueAngle offset in radians (default: 0.0)
radius?SynthParameterValueRadius multiplier (default: 1.0)

Returns

this

Example