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

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
inSegment0Avl.Segment3D
inSegment1Avl.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.
outSegment3DAvl.Segment3D

See also