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