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