Skip to content

textmode.synth.js / SynthSource / rotate

Method: rotate()

ts
rotate(angle?, speed?): this;

Rotate coordinates.

Parameters

ParameterTypeDescription
angle?SynthParameterValueRotation angle in radians (default: 10.0)
speed?SynthParameterValueRotation speed multiplier (default: 0.0)

Returns

this

Example