Multiply

The multiplication operation (×) calculates the product of two scalar numbers, vectors, or transforms.

Interface

Inputs

ParameterDetailsPossible Types
Multiplier

The left-hand side of the multiplication operation.

Primary Input

Transform
Vec2
f32
f64
u32
Multiplicand

The right-hand side of the multiplication operation.

Default: 1

Transform
Vec2
f32
f64
u32

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

f64
f32
u32
Vec2
Transform