MCPcopy 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
571inline 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.cppFile · 0.80
createCullingVolumeMethod · 0.80
calculateAxisRotationFunction · 0.80
calculateAxisRotationFunction · 0.80
explodeMethod · 0.80
_updateGeometryMethod · 0.80
_updateGeometryMethod · 0.80
_renderDebugMethod · 0.80
destroyMethod · 0.80
renderSunDirectionMethod · 0.80
on3DMouseDownMethod · 0.80

Calls 1

getColumnFunction · 0.50

Tested by

no test coverage detected