ProtoFlux:Mul: Difference between revisions

From Resonite Wiki
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 various multiplications on a regular calculator or more complex ones like [[Types:FloatQ|Quaternion multiplication]] or vector multiplication.
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

×
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