MCPcopy 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
589void 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
598void Mat4::getDownVector(Vec3* dst) const
599{

Callers 2

updateCameraMethod · 0.80
updateCameraMethod · 0.80

Calls

no outgoing calls

Tested by 2

updateCameraMethod · 0.64
updateCameraMethod · 0.64