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

Syntax

public static void Lerp (float blend, ref Vector3 a, ref Vector3 b, out Vector3 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