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

Function operator+

MyGUIEngine/src/msdfgen/core/Vector2.hpp:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123inline Vector2 operator+(const Vector2 v) {
124 return v;
125}
126
127inline Vector2 operator-(const Vector2 v) {
128 return Vector2(-v.x, -v.y);

Callers

nothing calls this directly

Calls 1

Vector2Class · 0.85

Tested by

no test coverage detected