Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atraczyk/2d-engine
/ Integer
Method
Integer
engine/src/vector.cpp:66–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
Vector2 Vector2::Integer()
67
{
68
return Vector2((int)this->x, (int)this->y);
69
}
70
71
void Vector2::Rotate(float angle)
72
{
Callers
1
update
Method · 0.80
Calls
1
Vector2
Class · 0.85
Tested by
no test coverage detected