mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2025-07-18 19:41:54 +08:00
Calc.Pi
This commit is contained in:
@ -5,6 +5,7 @@ namespace Strawberry
|
||||
{
|
||||
static public class Calc
|
||||
{
|
||||
public const float Pi = Math.PI_f;
|
||||
public const float Circle = Math.PI_f * 2;
|
||||
public const float Right = 0;
|
||||
public const float Left = Math.PI_f;
|
||||
|
Reference in New Issue
Block a user