MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getForwardVector

Method getForwardVector

Engine/source/math/mMatrix.h:557–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555}
556
557inline VectorF MatrixF::getForwardVector() const
558{
559 VectorF vec;
560 getColumn( 1, &vec );
561 return vec;
562}
563
564inline VectorF MatrixF::getRightVector() const
565{

Callers 15

advanceObjectMethod · 0.45
calcScoreMethod · 0.45
updateReflectionMethod · 0.45
SceneCameraStateMethod · 0.45
sceneObject.cppFile · 0.45
advanceObjectMethod · 0.45
setTransformAndEyeMethod · 0.45
_drawSolidPolyhedronMethod · 0.45
getDirectionMethod · 0.45
renderMethod · 0.45
shapeBase.cppFile · 0.45

Calls 1

getColumnFunction · 0.50

Tested by

no test coverage detected