Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ getUpVector
Method
getUpVector
core/math/Mat4.cpp:589–596 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
587
}
588
589
void Mat4::getUpVector(Vec3* dst) const
590
{
591
AX_ASSERT(dst);
592
593
dst->x = m[4];
594
dst->y = m[5];
595
dst->z = m[6];
596
}
597
598
void Mat4::getDownVector(Vec3* dst) const
599
{
Callers
2
updateCamera
Method · 0.80
updateCamera
Method · 0.80
Calls
no outgoing calls
Tested by
2
updateCamera
Method · 0.64
updateCamera
Method · 0.64