+(_:_:)
Returns a size that’s the element-wise sum of two sizes.
Declaration
static func + (lhs: Size3D, rhs: Size3D) -> Size3DParameters
- lhs:
The left-hand-side value.
- rhs:
The right-hand-side value.
Returns a size that’s the element-wise sum of two sizes.
static func + (lhs: Size3D, rhs: Size3D) -> Size3DThe left-hand-side value.
The right-hand-side value.