m added example and category |
fix symbol |
||
Line 1: | Line 1: | ||
{{#Invoke:ProtoFlux|GenerateUI | {{#Invoke:ProtoFlux|GenerateUI | ||
|Name= | |Name=× | ||
|Category=Operators | |Category=Operators | ||
|Inputs= | |Inputs= |
Revision as of 00:26, 19 February 2024
×
Operators
Multiply or Mul is a node that allows you to perform various multiplications on a regular calculator or more complex ones like Quaternion multiplication or vector multiplication.
Inputs
A (Sudo-Generic)
A numeric value to multiply with B.
B (Sudo-Generic)
A numeric value to multiply with A.
Outputs
* (Sudo-Generic)
The Multiplication of A (Sudo-Generic) and B (Sudo-Generic).
Examples
-
An example of how to multiply a vector by a Quaternion to rotate it.