You are here: Start » FIL.NET » Invoke.LerpVectors3D
Linearly interpolates between two 3D vectors.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void LerpVectors3D ( Fil.Vector3D inVector0, Fil.Vector3D inVector1, float inLambda, out Fil.Vector3D outVector3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inVector0 | Fil.Vector3D | |||
![]() | inVector1 | Fil.Vector3D | |||
![]() | inLambda | float | <-INF, INF> | 0.5f | Interpolation between the input 3D vectors where 0.0 value is equal to inVector0 and 1.0 to inVector1. Default value: 0.5f. |
![]() | outVector3D | Fil.Vector3D |