Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getUpVector
Method
getUpVector
Engine/source/math/mMatrix.h:571–576 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
569
}
570
571
inline VectorF MatrixF::getUpVector() const
572
{
573
VectorF vec;
574
getColumn( 2, &vec );
575
return vec;
576
}
577
578
//------------------------------------
579
// Math operator overloads
Callers
15
sceneObject.cpp
File · 0.80
createCullingVolume
Method · 0.80
calculateHandAxisRotation
Function · 0.80
calculateAxisRotation
Function · 0.80
calculateAxisRotation
Function · 0.80
explode
Method · 0.80
_updateGeometry
Method · 0.80
_updateGeometry
Method · 0.80
_renderDebug
Method · 0.80
destroy
Method · 0.80
renderSunDirection
Method · 0.80
on3DMouseDown
Method · 0.80
Calls
1
getColumn
Function · 0.50
Tested by
no test coverage detected