You are here: Start » AVL.NET » AVL.LerpVectors_Radial(AvlNet.Vector2D, AvlNet.Vector2D, float, AvlNet.Vector2D)

AVL.LerpVectors_Radial(AvlNet.Vector2D, AvlNet.Vector2D, float, AvlNet.Vector2D)

Linearly interpolates between two radial vectors.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void LerpVectors_Radial(
	AvlNet.Vector2D inVector1,
	AvlNet.Vector2D inVector2,
	float inLambda,
	out AvlNet.Vector2D outVector
)

Parameters

inVector1
Type: AvlNet.Vector2D
inVector2
Type: AvlNet.Vector2D
inLambda
Type: System.Single
0.0 makes a copy of the first vector, 1.0 - of the second, other values make interpolations
outVector
Type: AvlNet.Vector2D

Remarks

See full override for more details.

See also