SCNVector3.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(SCNVector3, SCNVector3) |
Returns a vector whose components are the componentwise maxima of |
ComponentMax(SCNVector3, SCNVector3, SCNVector3) |
Calculates the vector whose components are the componentwise maxima of |
ComponentMax(SCNVector3, SCNVector3)
Returns a vector whose components are the componentwise maxima of a
and b
.
public static SceneKit.SCNVector3 ComponentMax (SceneKit.SCNVector3 a, SceneKit.SCNVector3 b);
static member ComponentMax : SceneKit.SCNVector3 * SceneKit.SCNVector3 -> SceneKit.SCNVector3
Parameters
Returns
Applies to
ComponentMax(SCNVector3, SCNVector3, SCNVector3)
Calculates the vector whose components are the componentwise maxima of a
and b
and stores the result in result
.
public static void ComponentMax (ref SceneKit.SCNVector3 a, ref SceneKit.SCNVector3 b, out SceneKit.SCNVector3 result);
static member ComponentMax : * * -> unit
Parameters
- result
- SCNVector3