MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / operator-

Method operator-

Engine/source/math/mPoint2.h:361–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359
360
361inline Point2I Point2I::operator-(const Point2I& _rSub) const
362{
363 return Point2I(x - _rSub.x, y - _rSub.y);
364}
365
366
367inline Point2I& Point2I::operator+=(const Point2I& _add)

Callers

nothing calls this directly

Calls 3

Point2DClass · 0.85
Point2IClass · 0.70
Point2FClass · 0.70

Tested by

no test coverage detected