Smoothstep (smoothstep(from, to, A))
Type float
Category Scalar > Operations

Smoothstep (smoothstep(from, to, A))

Description

Returns 0 if a < from, 1 if a > to, otherwise returns an interpolated value between 0 and 1.

Enums

Enum #1

There is currently no description for the enum #1.

  • Add
  • Subtract
  • Multiply
  • Divide
  • Power
  • Max
  • Min
  • Abs
  • Ceil
  • Floor
  • Round
  • Clamp
  • Remap
  • Sign
  • Smoothstep
  • Step
  • Wrap

Arguments

Type Name (Display Name) Description Default
float from (from) There is currently no description for the argument from. 0.0
float to (to) There is currently no description for the argument to. 0.0
float a (a) There is currently no description for the argument a. 0.0

Outputs

float - result (smoothstep(from, to, A))

There is currently no description for output result.