Applies an joint operation field-wise on two rectangles, returning a single rectangle. This is used to support operations like summing two rectangles.
// Eg make a new rectangle by summing each field of rectangle A & B.apply((valueA,valueB) => valueA+valueB, rectA, rectB); Copy
// Eg make a new rectangle by summing each field of rectangle A & B.apply((valueA,valueB) => valueA+valueB, rectA, rectB);
Optional
Applies an joint operation field-wise on two rectangles, returning a single rectangle. This is used to support operations like summing two rectangles.
Param: op
Param: a
Param: b
Param: c
Returns