SCNVector3.ComponentMax Method

Definition

Overloads

ComponentMax(SCNVector3, SCNVector3)

Returns a vector whose components are the componentwise maxima of a and b.

ComponentMax(SCNVector3, SCNVector3, SCNVector3)

Calculates the vector whose components are the componentwise maxima of a and b and stores the result in result.

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

Applies to