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