mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Formatting
This commit is contained in:
@@ -86,12 +86,12 @@ namespace BlackMisc
|
||||
|
||||
double CAngle::piFactor() const
|
||||
{
|
||||
return BlackMisc::Math::CMathUtils::round(this->value(CAngleUnit::rad()) / BlackMisc::Math::CMathUtils::PI() , 6);
|
||||
return Math::CMathUtils::round(this->value(CAngleUnit::rad()) / Math::CMathUtils::PI(), 6);
|
||||
}
|
||||
|
||||
const double &CAngle::PI()
|
||||
{
|
||||
return BlackMisc::Math::CMathUtils::PI();
|
||||
return Math::CMathUtils::PI();
|
||||
}
|
||||
|
||||
double CAngle::sin() const
|
||||
|
||||
Reference in New Issue
Block a user