skew

Method:

skew - concatenate skew

Syntax:

m.skew(fAngle, vFrom, vTo);

Parameters:

fAngle - skewing angle in radians

Returns:

-

Description:

Concatenates skew transformation into the matrix. Skew transformation is defined in space defined by two vectors 'vFrom' and 'vTo'. Note: the skewing angle must satisfy the following constraints:

-PI/2 < angle < PI/2

.

Example:

// skewing space is x - y plane