SCNVector4.UnaryNegation(SCNVector4) Operator
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.
Negates an instance.
public static SceneKit.SCNVector4 operator -(SceneKit.SCNVector4 vec);
static member ( ~- ) : SceneKit.SCNVector4 -> SceneKit.SCNVector4
Parameters
- vec
- SCNVector4
The instance.
Returns
The result of the calculation.