Vector4Node Class
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.
Class Vector4Node. This class cannot be inherited.
public sealed class Vector4Node : CommunityToolkit.WinUI.Animations.Expressions.ExpressionNode
type Vector4Node = class
inherit ExpressionNode
Public NotInheritable Class Vector4Node
Inherits ExpressionNode
- Inheritance
Properties
| Subchannels |
Gets or sets the subchannels. (Inherited from ExpressionNode) |
| W |
Gets the w channel. |
| X |
Gets the x channel. |
| XY |
Gets the x and y channels. |
| XYZ |
Gets the x, y, and z channels. |
| Y |
Gets the y channel. |
| Z |
Gets the z channel. |
Methods
Operators
| Addition(Vector4Node, Vector4Node) |
Implements the + operator. |
| Division(Vector4Node, Vector4Node) |
Implements the / operator. |
| Equality(Vector4Node, Vector4Node) |
Implements the == operator. |
| Implicit(Vector4 to Vector4Node) |
Performs an implicit conversion from Vector4 to Vector4Node. |
| Inequality(Vector4Node, Vector4Node) |
Implements the != operator. |
| Modulus(Vector4Node, Vector4Node) |
Implements the % operator. |
| Multiply(Vector4Node, ScalarNode) |
Implements the * operator. |
| Multiply(Vector4Node, Vector4Node) |
Implements the * operator. |
| Subtraction(Vector4Node, Vector4Node) |
Implements the - operator. |
| UnaryNegation(Vector4Node) |
Implements the - operator. |