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

Function Lerp

trinity/TriMath.cpp:920–926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

918}
919
920float Lerp(
921 float min,
922 float max,
923 float s )
924{
925 return min + s * ( max - min );
926}
927
928float Hermite(
929 float v1,

Callers 15

FillVertexBufferMethod · 0.85
PyLerpMethod · 0.85
GetValueMethod · 0.85
LerpToFirstKeyMethod · 0.85
NormalDistributionFunction · 0.85
GenerateStarFunction · 0.85
RebuildMethod · 0.85
UpdateMethod · 0.85
UpdateVisibilityMethod · 0.85
UpdateAsyncronousMethod · 0.85
UpdateVisibilityMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected