ProtoFlux:Mul

From Resonite Wiki
Revision as of 16:25, 14 April 2024 by CometDerg (talk | contribs) (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.)
×
A
*
B
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