Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ operator+
Method
operator+
Engine/source/math/mPoint2.h:355–358 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
353
354
355
inline Point2I Point2I::operator+(const Point2I& _add) const
356
{
357
return Point2I(x + _add.x, y + _add.y);
358
}
359
360
361
inline Point2I Point2I::operator-(const Point2I& _rSub) const
Callers
nothing calls this directly
Calls
3
Point2D
Class · 0.85
Point2I
Class · 0.70
Point2F
Class · 0.70
Tested by
no test coverage detected