mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
fixed CMath::PI2()
This commit is contained in:
@@ -86,7 +86,7 @@ public:
|
||||
*/
|
||||
static const double &PI2()
|
||||
{
|
||||
static double pi2 = PI();
|
||||
static double pi2 = 2.0 * PI();
|
||||
return pi2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user