ILNumerics Ultimate VS

Vector4Lerp Method (Vector4, Vector4, Single, Vector4)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Returns a new Vector that is the linear blend of the 2 given Vectors

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public static void Lerp(
	ref Vector4 a,
	ref Vector4 b,
	float blend,
	out Vector4 result
)

Parameters

a
Type: ILNumerics.DrawingVector4
First input vector
b
Type: ILNumerics.DrawingVector4
Second input vector
blend
Type: SystemSingle
The blend factor. a when blend=0, b when blend=1.
result
Type: ILNumerics.DrawingVector4
a when blend=0, b when blend=1, and a linear combination otherwise
Remarks

[ILNumerics Visualization Engine]

See Also

Reference