mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2025-01-18 05:08:27 +08:00
Calc.Pi
This commit is contained in:
parent
6e1c8c7558
commit
671e25f7ce
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user