Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ TriLinearize
Function
TriLinearize
trinity/TriMath.cpp:951–954 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
949
}
950
951
float TriLinearize( float min, float max, float v )
952
{
953
return TriClamp( ( v - min ) / ( max - min ), 0.f, 1.f );
954
}
955
956
float SinSmooth(
957
float f )
Callers
4
GetSubdivisionCount
Function · 0.85
UpdateSwarm
Method · 0.85
CalculateForces
Method · 0.85
SetDamageState
Method · 0.85
Calls
1
TriClamp
Function · 0.85
Tested by
no test coverage detected