Edit

ExpressionFunctions.CreateScale Method

Definition

Overloads

CreateScale(Vector2Node)

Creates a scale matrix from the specified vector scale.

CreateScale(Vector3Node)

Creates a scale matrix from the specified vector scale.

CreateScale(Vector2Node)

Creates a scale matrix from the specified vector scale.

public static CommunityToolkit.WinUI.Animations.Expressions.Matrix3x2Node CreateScale(CommunityToolkit.WinUI.Animations.Expressions.Vector2Node val);
static member CreateScale : CommunityToolkit.WinUI.Animations.Expressions.Vector2Node -> CommunityToolkit.WinUI.Animations.Expressions.Matrix3x2Node
Public Shared Function CreateScale (val As Vector2Node) As Matrix3x2Node

Parameters

val
Vector2Node

Source scaling vector.

Returns

Matrix3x2Node.

Applies to

CreateScale(Vector3Node)

Creates a scale matrix from the specified vector scale.

public static CommunityToolkit.WinUI.Animations.Expressions.Matrix4x4Node CreateScale(CommunityToolkit.WinUI.Animations.Expressions.Vector3Node val);
static member CreateScale : CommunityToolkit.WinUI.Animations.Expressions.Vector3Node -> CommunityToolkit.WinUI.Animations.Expressions.Matrix4x4Node
Public Shared Function CreateScale (val As Vector3Node) As Matrix4x4Node

Parameters

val
Vector3Node

Source scaling vector.

Returns

Matrix4x4Node.

Applies to