Contents

-(_:_:)

Returns a size that’s the element-wise difference of two points.

Declaration

static func - (lhs: Size3D, rhs: Size3D) -> Size3D

Parameters

  • lhs:

    The left-hand-side value.

  • rhs:

    The right-hand-side value.

See Also

Applying arithmetic operations