This commit is contained in:
Michael Miller
2024-12-03 10:29:59 -05:00
committed by GitHub
parent 7c2a3437f7
commit 16a1eb1923

View File

@@ -211,9 +211,8 @@ public:
}
else
{
return (-0.5f * (cos(PI * (unitValue-0.5f)) + 1.0f));
return (-0.5f * cos(PI * (unitValue - 0.5f)) + 1.0f);
}
}
static float ExponentialIn(float unitValue)