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

Method getForwardVector

Engine/source/math/mMatrix.h:543–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541}
542
543inline VectorF MatrixF::getForwardVector() const
544{
545 VectorF vec;
546 getColumn( 1, &vec );
547 return vec;
548}
549
550inline VectorF MatrixF::getRightVector() const
551{

Callers 15

ParticleEditorFunction · 0.45
TeleporterTriggerFunction · 0.45
FPSControlsFunction · 0.45
ParticleEditorFunction · 0.45
calcScoreMethod · 0.45
updateReflectionMethod · 0.45
SceneCameraStateMethod · 0.45
sceneObject.cppFile · 0.45
setTransformAndEyeMethod · 0.45
_drawSolidPolyhedronMethod · 0.45
getDirectionMethod · 0.45

Calls 1

getColumnFunction · 0.50

Tested by

no test coverage detected