Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
557
inline VectorF MatrixF::getForwardVector() const
558
{
559
VectorF vec;
560
getColumn( 1, &vec );
561
return vec;
562
}
563
564
inline VectorF MatrixF::getRightVector() const
565
{
Callers
15
advanceObject
Method · 0.45
calcScore
Method · 0.45
updateReflection
Method · 0.45
SceneCameraState
Method · 0.45
sceneObject.cpp
File · 0.45
advanceObject
Method · 0.45
setTransformAndEye
Method · 0.45
_drawSolidPolyhedron
Method · 0.45
getDirection
Method · 0.45
_calcPlanesCullForShadowCasters
Method · 0.45
render
Method · 0.45
shapeBase.cpp
File · 0.45
Calls
1
getColumn
Function · 0.50
Tested by
no test coverage detected