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

Function InputAt

trinity/Curves/Tr2CurveVector3Expression.cpp:61–64  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

59
60// --------------------------------------------------------------------------------
61float InputAt( const Tr2CurveVector3Expression* curve, float index, float time )
62{
63 return curve->GetInputValue( int32_t( index + 0.5f ), time );
64}
65
66CcpParser::Function s_functions[] = {
67 CcpParser::Function( "fractal", &Fractal, 1, 0 ),

Callers

nothing calls this directly

Calls 1

GetInputValueMethod · 0.45

Tested by

no test coverage detected