fix symbol |
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. |
||
Line 13: | Line 13: | ||
|}} | |}} | ||
Multiply or Mul is a node that allows you to perform | Multiply or Mul is a node that allows you to perform multiplication between values (both of same and different types), including complex values like [[Types:FloatQ|Quaternions]] or vectors. | ||
== Inputs == | == Inputs == |
Revision as of 16:25, 14 April 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 (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.