MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / GetScale

Method GetScale

GTE/Graphics/KeyframeController.cpp:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218float KeyframeController::GetScale(float normTime, int32_t i0, int32_t i1)
219{
220 return mScales[i0] + normTime * (mScales[i1] - mScales[i0]);
221}
222
223

Callers 1

UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected