Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ operator-
Method
operator-
MyGUIEngine/include/MyGUI_TPoint.h:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
TPoint operator-(TPoint const& _obj) const
45
{
46
return TPoint(left - _obj.left, top - _obj.top);
47
}
48
49
TPoint operator+(TPoint const& _obj) const
50
{
Callers
nothing calls this directly
Calls
1
TPoint
Class · 0.85
Tested by
no test coverage detected