MCPcopy Create free account
hub / github.com/MyGUI/mygui / operator-

Method operator-

MyGUIEngine/include/MyGUI_TCoord.h:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 TCoord operator-(TCoord const& _obj) const
62 {
63 return TCoord(left - _obj.left, top - _obj.top, width - _obj.width, height - _obj.height);
64 }
65
66 TCoord operator-(TPoint<T> const& _obj) const
67 {

Callers

nothing calls this directly

Calls 1

TCoordClass · 0.85

Tested by

no test coverage detected