You are here: Start » FIL.NET » Invoke.LerpSegments3D

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
inSegment0Fil.Segment3D
inSegment1Fil.Segment3D
inLambdafloat<-INF, INF>0.5fInterpolation between the input segments where 0.0 value is equal to inSegment0 and 1.0 to inSegment. Default value: 0.5f.
outSegment3DFil.Segment3D

See also