×
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.