You are here: Start » AVL.NET » AVS.LerpVectors_Radial Method

AVS.LerpVectors_Radial Method

Linearly interpolates between two radial vectors.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LerpVectors_Radial
(
	AvlNet.Vector2D inVector0,
	AvlNet.Vector2D inVector1,
	AvlNet.RotationDirection? inRotationDirection,
	float inLambda,
	out AvlNet.Vector2D outVector
)

Parameters

Name Type Range Default Description
inVector0AvlNet.Vector2D
inVector1AvlNet.Vector2D
inRotationDirectionAvlNet.RotationDirection?Clockwise, counter-clockwise or auto. Default value: atl::NIL.
inLambdafloat<-INF, INF>0.5fInterpolation between the input vectors where 0.0 value is equal to inVector0 and 1.0 to inVector1. Default value: 0.5f.
outVectorAvlNet.Vector2D

Function Overrides

See also