Bitbybit Docs
    Preparing search index...

    Class InverseLerpDto (Inputs.Math)

    A start, an end and a value for math.inverseLerp, which finds the value's fraction between them.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalstart: number
      • Optionalend: number
      • Optionalvalue: number

      Returns InverseLerpDto

    Properties

    start: number

    The value that counts as fraction 0.

    0
    

    -Infinity

    Infinity

    0.1

    end: number

    The value that counts as fraction 1.

    1
    

    -Infinity

    Infinity

    0.1

    value: number

    The value to locate between start and end.

    0.5
    

    -Infinity

    Infinity

    0.1