mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2025-08-14 02:33:45 +08:00
Calc.Pi
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user