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