MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / displace

Method displace

Engine/source/math/mMatrix.h:550–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548}
549
550inline void MatrixF::displace( const Point3F &delta )
551{
552 m[3] += delta.x;
553 m[3+4] += delta.y;
554 m[3+8] += delta.z;
555}
556
557inline VectorF MatrixF::getForwardVector() const
558{

Callers 3

setTriggerPolyhedronMethod · 0.80
animateMethod · 0.80
offsetObjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected