SCNVector4.Subtract 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
Subtract(SCNVector4, SCNVector4) |
Subtracts |
Subtract(SCNVector4, SCNVector4, SCNVector4) |
Subtracts |
Subtract(SCNVector4, SCNVector4)
Subtracts b
from a
.
public static SceneKit.SCNVector4 Subtract (SceneKit.SCNVector4 a, SceneKit.SCNVector4 b);
static member Subtract : SceneKit.SCNVector4 * SceneKit.SCNVector4 -> SceneKit.SCNVector4
Parameters
Returns
Applies to
Subtract(SCNVector4, SCNVector4, SCNVector4)
Subtracts b
from a
and stores the result in result
.
public static void Subtract (ref SceneKit.SCNVector4 a, ref SceneKit.SCNVector4 b, out SceneKit.SCNVector4 result);
static member Subtract : * * -> unit
Parameters
- result
- SCNVector4