Divide

The division operation (÷) calculates the quotient of two scalar numbers or vectors.

Produces 0 if the denominator is 0.

Interface

Inputs

ParameterDetailsPossible Types
Numerator

The left-hand side of the division operation.

Primary Input

Vec2
f32
f64
u32
Denominator

The right-hand side of the division operation.

Default: 1

Vec2
f32
f64
u32

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

f64
f32
u32
Vec2