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

Method UpdateValue

trinity/Curves/Tr2CurveVector3Expression.cpp:108–111  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

106
107// --------------------------------------------------------------------------------
108void Tr2CurveVector3Expression::UpdateValue( double time )
109{
110 m_currentValue = GetValue( time );
111}
112
113// --------------------------------------------------------------------------------
114Vector3 Tr2CurveVector3Expression::GetValue( double time ) const

Callers

nothing calls this directly

Calls 1

GetValueFunction · 0.85

Tested by

no test coverage detected