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