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