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

Method GetValueAt

trinity/Curves/Tr2CurveCombiner.cpp:80–84  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

78
79// --------------------------------------------------------------------------------
80Vector3* Tr2CurveCombiner::GetValueAt( Vector3* in, Be::Time time )
81{
82 *in = GetValue( TimeAsDouble( time ) );
83 return in;
84}
85
86// --------------------------------------------------------------------------------
87Vector3* Tr2CurveCombiner::GetValueAt( Vector3* in, double time )

Callers 1

GetValueMethod · 0.45

Calls 1

GetValueFunction · 0.85

Tested by

no test coverage detected