MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / ToVector2

Method ToVector2

TombEngine/Scripting/Internal/TEN/Types/Vec2/Vec2.cpp:250–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250Vector2 Vec2::ToVector2() const
251{
252 return Vector2(x, y);
253}
254
255/*Vector2i Vec2::ToVector2i() const
256{

Callers 7

TranslateMethod · 0.45
LerpMethod · 0.45
CrossMethod · 0.45
DotMethod · 0.45
DistanceMethod · 0.45
GetAspectRatioFunction · 0.45

Calls 1

Vector2Function · 0.50

Tested by

no test coverage detected