Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ ToVector2
Method
ToVector2
TombEngine/Math/Objects/Vector2i.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
Vector2 Vector2i::ToVector2() const
25
{
26
return Vector2(x, y);
27
}
28
29
bool Vector2i::operator ==(const Vector2i& vector) const
30
{
Callers
13
RenderTitleMenu
Method · 0.45
CollectDisplaySprites
Method · 0.45
lara_col_slopeclimb
Function · 0.45
lara_col_slopehang
Function · 0.45
lara_col_slopeshimmy
Function · 0.45
SlopeHangExtra
Function · 0.45
SlopeReachExtra
Function · 0.45
SlopeClimbExtra
Function · 0.45
SlopeClimbDownExtra
Function · 0.45
SlopeMonkeyExtra
Function · 0.45
GetCollisionInfo
Function · 0.45
GetSurfaceTriangleID
Method · 0.45
Calls
1
Vector2
Function · 0.50
Tested by
no test coverage detected