Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
543
inline VectorF MatrixF::getForwardVector() const
544
{
545
VectorF vec;
546
getColumn( 1, &vec );
547
return vec;
548
}
549
550
inline VectorF MatrixF::getRightVector() const
551
{
Callers
15
ParticleEditor
Function · 0.45
TeleporterTrigger
Function · 0.45
FPSControls
Function · 0.45
ThirdPersonPlayerObject.cs
File · 0.45
ParticleEditor
Function · 0.45
calcScore
Method · 0.45
updateReflection
Method · 0.45
SceneCameraState
Method · 0.45
sceneObject.cpp
File · 0.45
setTransformAndEye
Method · 0.45
_drawSolidPolyhedron
Method · 0.45
getDirection
Method · 0.45
Calls
1
getColumn
Function · 0.50
Tested by
no test coverage detected