SkewX Method
SkewX(double)
Applies the skew transformation along the X axis.
Declaration
public Matrix SkewX(double radians)
Public Function SkewX(radians As Double) As Matrix
Parameters
Type |
Name |
Description |
double |
radians |
The X angle, in radians.
|
Returns
Type |
Description |
Matrix |
The skew matrix.
|