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

Invoke.LerpVectors3D

Linearly interpolates between two 3D vectors.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void LerpVectors3D
(
	Avl.Vector3D inVector0,
	Avl.Vector3D inVector1,
	float inLambda,
	out Avl.Vector3D outVector3D
)

Parameters

Name Type Range Default Description
inVector0Avl.Vector3D
inVector1Avl.Vector3D
inLambdafloat<-INF, INF>0.5fInterpolation between the input 3D vectors where 0.0 value is equal to inVector0 and 1.0 to inVector1. Default value: 0.5f.
outVector3DAvl.Vector3D

See also