mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
refs #484 Trigonometry methods in CAngle.
This commit is contained in:
@@ -60,6 +60,15 @@ namespace BlackMisc
|
||||
|
||||
//! PI as convenience method
|
||||
static const double &PI();
|
||||
|
||||
//! Sine of angle
|
||||
double sin() const;
|
||||
|
||||
//! Cosine of angle
|
||||
double cos() const;
|
||||
|
||||
//! Tangent of angle
|
||||
double tan() const;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user