OpenTK.Vector4.BaryCentric Method
Interpolate 3 Vectors using Barycentric coordinates

Syntax

public static void BaryCentric (float u, float v, ref Vector4 a, ref Vector4 b, ref Vector4 c, out Vector4 result)

Parameters

a
First input Vector.
b
Second input Vector.
c
Third input Vector.
u
First Barycentric Coordinate.
v
Second Barycentric Coordinate.
result
Output Vector. a when u=v=0, b when u=1,v=0, c when u=0,v=1, and a linear combination of a,b,c 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