Floor

The floor function (floor) rounds down an input value to the nearest whole number, unless the input number is already whole.

With a vec2 input, this applies separately to the X and Y components.

Interface

Inputs

ParameterDetailsPossible Types
Value

The number to be rounded down.

Primary Input

Vec2[]
Vec2
f32[]
f32
f64[]
f64

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

f64
f64[]
f32
f32[]
Vec2
Vec2[]