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

Method UpdateValue

trinity/Curves/Tr2CurveVector2.cpp:17–21  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

15
16// --------------------------------------------------------------------------------
17void Tr2CurveVector2::UpdateValue( double time )
18{
19 m_currentValue.x = m_x.Update( time );
20 m_currentValue.y = m_y.Update( time );
21}
22
23// --------------------------------------------------------------------------------
24float Tr2CurveVector2::Length()

Callers

nothing calls this directly

Calls 1

UpdateMethod · 0.45

Tested by

no test coverage detected