Contents

-(_:)

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

Declaration

static func - (point: Point3D) -> Point3D

Parameters

  • point:

    The value that the operator negates.

See Also

Applying arithmetic operations