Vector3d.ComponentMin 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
ComponentMin(Vector3d, Vector3d) | |
ComponentMin(Vector3d, Vector3d, Vector3d) |
Calculate the component-wise minimum of two vectors |
ComponentMin(Vector3d, Vector3d)
ComponentMin(Vector3d, Vector3d, Vector3d)
Calculate the component-wise minimum of two vectors
public static void ComponentMin (ref OpenTK.Vector3d a, ref OpenTK.Vector3d b, out OpenTK.Vector3d result);
static member ComponentMin : * * -> unit
Parameters
- a
- Vector3d
First operand
- b
- Vector3d
Second operand
- result
- Vector3d
The component-wise minimum