Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atraczyk/2d-engine
/ ~Vector2
Method
~Vector2
engine/src/vector.cpp:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
Vector2::~Vector2(void)
22
{
23
}
24
25
Vector2& Vector2::operator += (const Vector2 &rhs)
26
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected