Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ getInversed
Method
getInversed
core/math/Mat4.cpp:643–648 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
641
}
642
643
Mat4 Mat4::getInversed() const
644
{
645
Mat4 mat(*this);
646
mat.inverse();
647
return mat;
648
}
649
650
bool Mat4::inverse()
651
{
Callers
15
updateTiles
Method · 0.45
Camera.cpp
File · 0.45
unproject
Method · 0.45
unprojectGL
Method · 0.45
getDepthInView
Method · 0.45
render
Method · 0.45
visit
Method · 0.45
Node.cpp
File · 0.45
getWorldToNodeTransform
Method · 0.45
setWorldPosition
Method · 0.45
intersects
Method · 0.45
setTransformInPhysics
Method · 0.45
Calls
1
inverse
Method · 0.45
Tested by
2
unproject
Method · 0.36
onTouchesBegan
Method · 0.36