ToolSet.SkewMatrix Method |
Namespace:
FairyGUI.Utils
Assembly:
FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void SkewMatrix(
ref Matrix4x4 matrix,
float skewX,
float skewY
)
Parameters
- matrix
- Type: Matrix4x4
- skewX
- Type: System.Single
- skewY
- Type: System.Single
See Also