Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
920
float Lerp(
921
float min,
922
float max,
923
float s )
924
{
925
return min + s * ( max - min );
926
}
927
928
float Hermite(
929
float v1,
Callers
15
FillVertexBuffer
Method · 0.85
PyLerp
Method · 0.85
GetValue
Method · 0.85
LerpToFirstKey
Method · 0.85
NormalDistribution
Function · 0.85
ApplyAcesTonemappingMethod
Function · 0.85
GenerateStar
Function · 0.85
Rebuild
Method · 0.85
Update
Method · 0.85
UpdateVisibility
Method · 0.85
UpdateAsyncronous
Method · 0.85
UpdateVisibility
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected