• Returns a new Vector3 located for "amount" (float) on the linear interpolation between the vectors "start" and "end"

    Returns

    the new Vector3

    Parameters

    • start: ReadonlyVector3

      defines the start value

    • end: ReadonlyVector3

      defines the end value

    • amount: number

      max defines amount between both (between 0 and 1)

    Returns MutableVector3