ExpressionFunctions.Transform 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.
Overloads
| Transform(Vector4Node, Matrix4x4Node) |
Transforms a vector by the specified matrix. |
| Transform(Vector2Node, Matrix3x2Node) |
Transforms a vector by the specified matrix. |
Transform(Vector4Node, Matrix4x4Node)
Transforms a vector by the specified matrix.
public static CommunityToolkit.WinUI.Animations.Expressions.Vector4Node Transform(CommunityToolkit.WinUI.Animations.Expressions.Vector4Node val1, CommunityToolkit.WinUI.Animations.Expressions.Matrix4x4Node val2);
static member Transform : CommunityToolkit.WinUI.Animations.Expressions.Vector4Node * CommunityToolkit.WinUI.Animations.Expressions.Matrix4x4Node -> CommunityToolkit.WinUI.Animations.Expressions.Vector4Node
Public Shared Function Transform (val1 As Vector4Node, val2 As Matrix4x4Node) As Vector4Node
Parameters
- val1
- Vector4Node
Vector to be transformed.
- val2
- Matrix4x4Node
The transformation matrix.
Returns
Vector4Node.
Applies to
Transform(Vector2Node, Matrix3x2Node)
Transforms a vector by the specified matrix.
public static CommunityToolkit.WinUI.Animations.Expressions.Vector2Node Transform(CommunityToolkit.WinUI.Animations.Expressions.Vector2Node val1, CommunityToolkit.WinUI.Animations.Expressions.Matrix3x2Node val2);
static member Transform : CommunityToolkit.WinUI.Animations.Expressions.Vector2Node * CommunityToolkit.WinUI.Animations.Expressions.Matrix3x2Node -> CommunityToolkit.WinUI.Animations.Expressions.Vector2Node
Public Shared Function Transform (val1 As Vector2Node, val2 As Matrix3x2Node) As Vector2Node
Parameters
- val1
- Vector2Node
Vector to be transformed.
- val2
- Matrix3x2Node
The transformation matrix.
Returns
Vector2Node.