Shear
Inherits from: Transform
Overview
This class represents an Affine object that shears coordinates by the specified multipliers. The matrix representing the shearing transformation is as follows:
[ 1 x 0 0 ]
[ y 1 0 0 ]
[ 0 0 1 0 ]
Profile: common
Variable Summary
| name | type | Default Value | description |
|---|---|---|---|
| x | Number | 0.0 |
Defines the multiplier by which coordinates are shifted in the direction of the positive X axis as a factor of their Y coordinate. Typical values are in the range -1 to 1, exclusive. |
| y | Number | 0.0 |
Defines the multiplier by which coordinates are shifted in the direction of the positive Y axis as a factor of their X coordinate. Typical values are in the range -1 to 1, exclusive. |
