Vector2d.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(Vector2d, Vector2d, Vector2d, Double, Double) | |
BaryCentric(Vector2d, Vector2d, Vector2d, Double, Double, Vector2d) |
BaryCentric(Vector2d, Vector2d, Vector2d, Double, Double)
public static OpenTK.Vector2d BaryCentric (OpenTK.Vector2d a, OpenTK.Vector2d b, OpenTK.Vector2d c, double u, double v);
static member BaryCentric : OpenTK.Vector2d * OpenTK.Vector2d * OpenTK.Vector2d * double * double -> OpenTK.Vector2d
Parameters
- a
- Vector2d
- b
- Vector2d
- c
- Vector2d
- u
- Double
- v
- Double