Skip to content

Instantly share code, notes, and snippets.

View celechii's full-sized avatar
🥰
videos game

Noé Charron celechii

🥰
videos game
View GitHub Profile
@Donnotron666
Donnotron666 / Easing.cs
Last active October 26, 2020 23:57
Simple controller for managing squash n stretch on transforms.
namespace Core.Utils
{
static public class Easing
{
/// <summary>
/// Constant Pi.
/// </summary>
private const float PI = Math.PI;