OpenTK.Vector4d.Lerp Method
Returns a new Vector that is the linear blend of the 2 given Vectors

Syntax

public static void Lerp (double blend, ref Vector4d a, ref Vector4d b, out Vector4d result)

Parameters

a
First input vector
b
Second input vector
blend
The blend factor. a when blend=0, b when blend=1.
result
a when blend=0, b when blend=1, and a linear combination otherwise

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: OpenTK
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0