Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ unproject
Method
unproject
core/2d/Camera.cpp:321–326 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
319
}
320
321
Vec3 Camera::unproject(const Vec3& src) const
322
{
323
Vec3 dst;
324
unproject(_director->getWinSize(), &src, &dst);
325
return dst;
326
}
327
328
Vec3 Camera::unprojectGL(const Vec3& src) const
329
{
Callers
1
axlua_Camera_unproject
Function · 0.45
Calls
3
transformVector
Method · 0.80
getInversed
Method · 0.45
set
Method · 0.45
Tested by
no test coverage detected