MCPcopy 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
321Vec3 Camera::unproject(const Vec3& src) const
322{
323 Vec3 dst;
324 unproject(_director->getWinSize(), &src, &dst);
325 return dst;
326}
327
328Vec3 Camera::unprojectGL(const Vec3& src) const
329{

Callers 1

axlua_Camera_unprojectFunction · 0.45

Calls 3

transformVectorMethod · 0.80
getInversedMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected