MCPcopy Create free account
hub / github.com/carbonengine/trinity / UpdateValue

Method UpdateValue

trinity/Curves/Tr2TranslationAdapter.cpp:21–27  ·  view source on GitHub ↗

--------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

19
20// --------------------------------------------------------------------------------
21void Tr2TranslationAdapter::UpdateValue( double time )
22{
23 if( m_curve )
24 {
25 m_curve->Update( &m_currentValue, GetLocalTime( time ) );
26 }
27}
28
29// --------------------------------------------------------------------------------
30Vector3* Tr2TranslationAdapter::Update( Vector3* in, Be::Time time )

Callers

nothing calls this directly

Calls 1

UpdateMethod · 0.45

Tested by

no test coverage detected