MCPcopy 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
545inline Point3F MatrixF::getPosition() const
546{
547 return Point3F( m[3], m[3+4], m[3+8] );
548}
549
550inline void MatrixF::displace( const Point3F &delta )
551{

Callers 8

_setTextureTransformsMethod · 0.45
setSceneInfoMethod · 0.45
setMethod · 0.45
beginMethod · 0.45
setMethod · 0.45
FrustumMethod · 0.45
setMethod · 0.45
setTransformMethod · 0.45

Calls 1

Point3FClass · 0.70

Tested by

no test coverage detected