ExpressionFunctions.Concatenate(QuaternionNode, QuaternionNode) 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.
Concatenates two Quaternions; the result represents the first rotation followed by the second rotation.
public static CommunityToolkit.WinUI.Animations.Expressions.QuaternionNode Concatenate(CommunityToolkit.WinUI.Animations.Expressions.QuaternionNode val1, CommunityToolkit.WinUI.Animations.Expressions.QuaternionNode val2);
static member Concatenate : CommunityToolkit.WinUI.Animations.Expressions.QuaternionNode * CommunityToolkit.WinUI.Animations.Expressions.QuaternionNode -> CommunityToolkit.WinUI.Animations.Expressions.QuaternionNode
Public Shared Function Concatenate (val1 As QuaternionNode, val2 As QuaternionNode) As QuaternionNode
Parameters
- val1
- QuaternionNode
The first quaternion rotation in the series.
- val2
- QuaternionNode
The second quaternion rotation in the series.
Returns
QuaternionNode.