+(_:_:)
Returns a point that’s the element-wise sum of a size’s width, height, and depth and a point’s x, y, and z .
Declaration
static func + (lhs: Size3DFloat, rhs: Point3DFloat) -> Point3DFloatParameters
- lhs:
The first value.
- rhs:
The second value.