textmode.synth.js / SynthSource / rotate
Method: rotate()
ts
rotate(angle?, speed?): this;Rotate coordinates.
Parameters
| Parameter | Type | Description |
|---|---|---|
angle? | SynthParameterValue | Rotation angle in radians (default: 10.0) |
speed? | SynthParameterValue | Rotation speed multiplier (default: 0.0) |
Returns
this