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