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