MCPcopy 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

RenderTitleMenuMethod · 0.45
CollectDisplaySpritesMethod · 0.45
lara_col_slopeclimbFunction · 0.45
lara_col_slopehangFunction · 0.45
lara_col_slopeshimmyFunction · 0.45
SlopeHangExtraFunction · 0.45
SlopeReachExtraFunction · 0.45
SlopeClimbExtraFunction · 0.45
SlopeClimbDownExtraFunction · 0.45
SlopeMonkeyExtraFunction · 0.45
GetCollisionInfoFunction · 0.45
GetSurfaceTriangleIDMethod · 0.45

Calls 1

Vector2Function · 0.50

Tested by

no test coverage detected