MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / EASE

Function EASE

src/SB/Core/x/xMathInlines.h:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26inline F32 EASE(F32 rhs)
27{
28 return rhs * ((rhs * 3.0f) - (rhs * 2.0f) * rhs);
29}
30
31inline F32 SMOOTH(F32 x, F32 y, F32 z)
32{

Callers 2

Upd_OilOozeMethod · 0.85
SMOOTHFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected