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