SCNVector4.Sub 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
| Name | Description |
|---|---|
| Sub(SCNVector4, SCNVector4) |
Subtract one Vector from another |
| Sub(SCNVector4, SCNVector4, SCNVector4) |
Subtract one Vector from another |
Sub(SCNVector4, SCNVector4)
Subtract one Vector from another
public static SceneKit.SCNVector4 Sub(SceneKit.SCNVector4 a, SceneKit.SCNVector4 b);
static member Sub : SceneKit.SCNVector4 * SceneKit.SCNVector4 -> SceneKit.SCNVector4
Parameters
First operand
Second operand
Returns
Result of subtraction
Applies to
Sub(SCNVector4, SCNVector4, SCNVector4)
Subtract one Vector from another
public static void Sub(ref SceneKit.SCNVector4 a, ref SceneKit.SCNVector4 b, out SceneKit.SCNVector4 result);
static member Sub : SCNVector4 * SCNVector4 * SCNVector4 -> unit
Parameters
First operand
Second operand
- result
- SCNVector4
Result of subtraction