shearY()

Transform

Description

Shears a shape around the y-axis the amount specified by the angle parameter.

Syntax

void shearY(float angle)

Parameters

NameTypeDescription
anglefloatangle in radians

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...