+(_:_:)
Returns a vector that’s the element-wise sum of a vector and a point.
Declaration
static func + (lhs: Vector3D, rhs: Point3D) -> Point3DParameters
- 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 point.
static func + (lhs: Vector3D, rhs: Point3D) -> Point3DThe left-hand-side value.
The right-hand-side value.