ExpressionFunctions.CreateSkew(ScalarNode, ScalarNode, Vector2Node) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a skew matrix from the specified angles in radians.
public static CommunityToolkit.WinUI.Animations.Expressions.Matrix3x2Node CreateSkew(CommunityToolkit.WinUI.Animations.Expressions.ScalarNode xAngle, CommunityToolkit.WinUI.Animations.Expressions.ScalarNode yAngle, CommunityToolkit.WinUI.Animations.Expressions.Vector2Node centerPoint);
static member CreateSkew : CommunityToolkit.WinUI.Animations.Expressions.ScalarNode * CommunityToolkit.WinUI.Animations.Expressions.ScalarNode * CommunityToolkit.WinUI.Animations.Expressions.Vector2Node -> CommunityToolkit.WinUI.Animations.Expressions.Matrix3x2Node
Public Shared Function CreateSkew (xAngle As ScalarNode, yAngle As ScalarNode, centerPoint As Vector2Node) As Matrix3x2Node
Parameters
- xAngle
- ScalarNode
X angle, in radians.
- yAngle
- ScalarNode
Y angle, in radians.
- centerPoint
- Vector2Node
The centerpoint for the operation.
Returns
Matrix3x2Node.