Skip to content

Commit

Permalink
[DLG] added to constants.h
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolodares committed Oct 15, 2023
1 parent d39a90b commit 2929e8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lion/foundation/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ constexpr double RAD{ 180.0 / pi };
constexpr double psi2Pa{ 6894.757 };
constexpr double Pa2psi{ 1.450377438972831e-04 };

constexpr double radps2Hz{ 0.5 / pi };
constexpr double Hz2radps{ 2. * pi };

#endif

0 comments on commit 2929e8d

Please sign in to comment.