This commit is contained in:
Maddy Thorson 2021-02-08 23:22:30 -08:00
parent 6e1c8c7558
commit 671e25f7ce

View File

@ -5,6 +5,7 @@ namespace Strawberry
{ {
static public class Calc static public class Calc
{ {
public const float Pi = Math.PI_f;
public const float Circle = Math.PI_f * 2; public const float Circle = Math.PI_f * 2;
public const float Right = 0; public const float Right = 0;
public const float Left = Math.PI_f; public const float Left = Math.PI_f;