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

Method setTransform

Engine/source/math/util/frustum.cpp:509–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507//-----------------------------------------------------------------------------
508
509void Frustum::setTransform( const MatrixF &mat )
510{
511 mTransform = mat;
512 mPosition = mTransform.getPosition();
513 mDirty = true;
514}
515
516//-----------------------------------------------------------------------------
517

Callers

nothing calls this directly

Calls 1

getPositionMethod · 0.45

Tested by

no test coverage detected