shearX()
TransformDescription
Shears a shape around the x-axis the amount specified by the angle parameter.
Syntax
void shearX(float angle)
Parameters
| Name | Type | Description |
|---|---|---|
| angle | float | angle in radians |
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...