MCPcopy 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
643Mat4 Mat4::getInversed() const
644{
645 Mat4 mat(*this);
646 mat.inverse();
647 return mat;
648}
649
650bool Mat4::inverse()
651{

Callers 15

updateTilesMethod · 0.45
Camera.cppFile · 0.45
unprojectMethod · 0.45
unprojectGLMethod · 0.45
getDepthInViewMethod · 0.45
renderMethod · 0.45
visitMethod · 0.45
Node.cppFile · 0.45
setWorldPositionMethod · 0.45
intersectsMethod · 0.45
setTransformInPhysicsMethod · 0.45

Calls 1

inverseMethod · 0.45

Tested by 2

unprojectMethod · 0.36
onTouchesBeganMethod · 0.36