Contents

+(_:_:)

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

Declaration

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

Parameters

  • lhs:

    The left-hand-side value.

  • rhs:

    The right-hand-side value.

See Also

Applying arithmetic operations