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