You are here: Start » AVL.NET » Invoke.LerpSegments3D
Linearly interpolates between two segments in 3D.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void LerpSegments3D ( Avl.Segment3D inSegment0, Avl.Segment3D inSegment1, float inLambda, out Avl.Segment3D outSegment3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inSegment0 | Avl.Segment3D | |||
![]()  | inSegment1 | Avl.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 | Avl.Segment3D | 


