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

Function Input

trinity/Curves/Tr2CurveVector3Expression.cpp:55–58  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

53
54// --------------------------------------------------------------------------------
55float Input( const Tr2CurveVector3Expression* curve, float index )
56{
57 return curve->GetInputValue( int32_t( index + 0.5f ) );
58}
59
60// --------------------------------------------------------------------------------
61float InputAt( const Tr2CurveVector3Expression* curve, float index, float time )

Callers

nothing calls this directly

Calls 1

GetInputValueMethod · 0.45

Tested by

no test coverage detected