skewY method

Post-multiplies the matrix by a skew transformation along the y-axis and returns the resulting matrix.

 

Syntax

ISVGMatrix retVal = object.skewY(angle);

Parameters

  • angle [in]
    Type: float

    The skew angle.

Standards information

Remarks

Post-multiplies means that other matrix operations are performed before this operation.