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