This commit is contained in:
Glatzemann 2013-02-11 07:12:05 +00:00 committed by Konstantin Koch
parent 2d0a7b3fe0
commit f9a44d9ac3

View File

@ -1,4 +1,4 @@
#region Using Statements
#region Using Statements
using System;
using ANX.Framework.NonXNA.Development;
@ -48,7 +48,7 @@ namespace ANX.Framework
public const float Pi = (float)Math.PI;
public const float PiOver2 = (float)(Math.PI * 0.5);
public const float PiOver4 = (float)(Math.PI * 0.25);
public const float TwoPi = (float)(Math.PI * Math.PI);
public const float TwoPi = (float)(Math.PI + Math.PI);
private const double OneEightyOverPi = 180.0 / Math.PI;
private const double PiOverOneEighty = Math.PI / 180.0;