Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getPosition
Method
getPosition
Engine/source/math/mMatrix.h:545–548 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
543
}
544
545
inline Point3F MatrixF::getPosition() const
546
{
547
return Point3F( m[3], m[3+4], m[3+8] );
548
}
549
550
inline void MatrixF::displace( const Point3F &delta )
551
{
Callers
8
_setTextureTransforms
Method · 0.45
setSceneInfo
Method · 0.45
set
Method · 0.45
begin
Method · 0.45
set
Method · 0.45
Frustum
Method · 0.45
set
Method · 0.45
setTransform
Method · 0.45
Calls
1
Point3F
Class · 0.70
Tested by
no test coverage detected