Contents

-(_:)

Returns a vector that’s the element-wise negation of the vector.

Declaration

static func - (vector: Vector3D) -> Vector3D

Parameters

  • vector:

    The value that the operator negates.

See Also

Applying arithmetic operations