I modified some of the wording to be more accurate, Granted this edit is my first so I recommend having someone better at quality control check over it. |
Sudo-Generic -> Pseudo-generic |
||
Line 17: | Line 17: | ||
== Inputs == | == Inputs == | ||
=== A ( | === A (Pseudo-generic) === | ||
A numeric value to multiply with B. | A numeric value to multiply with B. | ||
=== B ( | === B (Pseudo-generic) === | ||
A numeric value to multiply with A. | A numeric value to multiply with A. | ||
Line 27: | Line 27: | ||
== Outputs == | == Outputs == | ||
=== * ( | === * (Pseudo-generic) === | ||
The Multiplication of A ( | The Multiplication of A (Pseudo-generic) and B (Pseudo-generic). | ||
== Examples == | == Examples == |
Revision as of 18:40, 6 June 2024
×
Operators
Multiply or Mul is a node that allows you to perform multiplication between values (both of same and different types), including complex values like Quaternions or vectors.
Inputs
A (Pseudo-generic)
A numeric value to multiply with B.
B (Pseudo-generic)
A numeric value to multiply with A.
Outputs
* (Pseudo-generic)
The Multiplication of A (Pseudo-generic) and B (Pseudo-generic).
Examples
-
An example of how to multiply a vector by a Quaternion to rotate it.