ProtoFlux:Mul: Difference between revisions

From Resonite Wiki
make Multiply ProtoFlux Node Page
 
m added example and category
Line 34: Line 34:


<gallery widths=480px heights=480px>
<gallery widths=480px heights=480px>
File:ProtoFlux_example_quaternion_vector_rotation.webp|An example of how to multiply a vector by a [[Types:FloatQ|Quaternion]] to rotate it.
File:FloatQ_Rotation_Example.png|An example of how to multiply a vector by a [[Types:FloatQ|Quaternion]] to rotate it.
</gallery>
</gallery>
[[Category:ProtoFlux:Operators]]

Revision as of 23:19, 9 February 2024

X
A
*
B
Operators

Multiply or Mul is a node that allows you to perform various multiplications on a regular calculator or more complex ones like Quaternion multiplication or vector multiplication.

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