shearX()

Transform

Description

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

Syntax

void shearX(float angle)

Parameters

NameTypeDescription
anglefloatangle in radians

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...