Vector3.BaryCentric Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BaryCentric(Vector3, Vector3, Vector3, Single, Single, Vector3) | |
BaryCentric(Vector3, Vector3, Vector3, Single, Single) |
BaryCentric(Vector3, Vector3, Vector3, Single, Single, Vector3)
BaryCentric(Vector3, Vector3, Vector3, Single, Single)
public static OpenTK.Vector3 BaryCentric (OpenTK.Vector3 a, OpenTK.Vector3 b, OpenTK.Vector3 c, float u, float v);
static member BaryCentric : OpenTK.Vector3 * OpenTK.Vector3 * OpenTK.Vector3 * single * single -> OpenTK.Vector3
Parameters
- a
- Vector3
- b
- Vector3
- c
- Vector3
- u
- Single
- v
- Single