• Sets the given vector "result" with the result of the linear interpolation from the vector "start" for "amount" to the vector "end"

    Parameters

    • start: ReadonlyVector3

      defines the start value

    • end: ReadonlyVector3

      defines the end value

    • amount: number

      max defines amount between both (between 0 and 1)

    • result: MutableVector3

      defines the Vector3 where to store the result

    Returns void