Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ ToGameVector
Method
ToGameVector
TombEngine/Scripting/Internal/TEN/Types/Vec3/Vec3.cpp:300–303 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
298
}
299
300
GameVector Vec3::ToGameVector() const
301
{
302
return GameVector(x, y, z);
303
}
304
305
Vec3::operator Vector3() const
306
{
Callers
1
HasLineOfSight
Function · 0.80
Calls
1
GameVector
Class · 0.70
Tested by
no test coverage detected