MCPcopy 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
951float TriLinearize( float min, float max, float v )
952{
953 return TriClamp( ( v - min ) / ( max - min ), 0.f, 1.f );
954}
955
956float SinSmooth(
957 float f )

Callers 4

GetSubdivisionCountFunction · 0.85
UpdateSwarmMethod · 0.85
CalculateForcesMethod · 0.85
SetDamageStateMethod · 0.85

Calls 1

TriClampFunction · 0.85

Tested by

no test coverage detected