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

Method resetDelta

Engine/modules/Verve/VPath/VPathObject.cpp:654–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652//-----------------------------------------------------------------------------
653
654void VPathObject::resetDelta( void )
655{
656 mDelta.Position[0] = mPosition;
657 mDelta.Position[1] = mPosition;
658 mDelta.Orientation[0] = mOrientation;
659 mDelta.Orientation[1] = mOrientation;
660}
661
662void VPathObject::resetDelta( const Point3F &pPosition, const VectorF &pOrientation )
663{

Callers 1

setPathObjectInterpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected