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

f32
f64
u32
vec2
Denominator

The right-hand side of the division operation.

Default: 1

f32
f64
u32
vec2

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

f64
f32
u32
vec2