Strata - v1.4.10
    Preparing search index...

    Function lerpVector3

    • Linear interpolation between two Vector3 positions.

      Parameters

      • a: Vector3

        Start position

      • b: Vector3

        End position

      • t: number

        Interpolation factor (0-1), clamped automatically

      • Optionalout: Vector3

        Optional output vector (avoids allocation)

      Returns Vector3

      Interpolated position