SCNVector4.Max 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
Max(SCNVector4, SCNVector4) |
Returns the vector with the larger magnitude. |
Max(SCNVector4, SCNVector4, SCNVector4) |
Stores the vector with the larger magnitude in |
Max(SCNVector4, SCNVector4)
Returns the vector with the larger magnitude.
public static SceneKit.SCNVector4 Max (SceneKit.SCNVector4 a, SceneKit.SCNVector4 b);
static member Max : SceneKit.SCNVector4 * SceneKit.SCNVector4 -> SceneKit.SCNVector4
Parameters
Returns
Applies to
Max(SCNVector4, SCNVector4, SCNVector4)
Stores the vector with the larger magnitude in result
.
public static void Max (ref SceneKit.SCNVector4 a, ref SceneKit.SCNVector4 b, out SceneKit.SCNVector4 result);
static member Max : * * -> unit
Parameters
- result
- SCNVector4