Contents

+(_:_:)

Returns a point that’s the element-wise sum of a point and a size.

Declaration

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

Parameters

  • lhs:

    The left-hand-side value.

  • rhs:

    The right-hand-side value.

See Also

Applying arithmetic operations