textmode.synth.js / SynthSource / shear
Method: shear()
ts
shear(
x?,
y?,
centerX?,
centerY?): this;Shear coordinates along X and Y axes.
Parameters
| Parameter | Type | Description |
|---|---|---|
x? | SynthParameterValue | X shear amount (default: 0.0) |
y? | SynthParameterValue | Y shear amount (default: 0.0) |
centerX? | SynthParameterValue | Center X (default: 0.5) |
centerY? | SynthParameterValue | Center Y (default: 0.5) |
Returns
this