(rect, edge, value)
| 31761 | return rect[(0, _positioningTypes.RectangleEdge)[edge]]; |
| 31762 | } |
| 31763 | function _setEdgeValue(rect, edge, value) { |
| 31764 | rect[(0, _positioningTypes.RectangleEdge)[edge]] = value; |
| 31765 | return rect; |
| 31766 | } |
| 31767 | /** |
| 31768 | * Returns the middle value of an edge. Only returns 1 value rather than xy coordinates as |
| 31769 | * the itself already contains the other coordinate. |