Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ operator-
Function
operator-
MyGUIEngine/src/msdfgen/core/Vector2.hpp:127–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
inline Vector2 operator-(const Vector2 v) {
128
return Vector2(-v.x, -v.y);
129
}
130
131
inline bool operator!(const Vector2 v) {
132
return !v.x && !v.y;
Callers
nothing calls this directly
Calls
1
Vector2
Class · 0.85
Tested by
no test coverage detected