Smaller fixes
This commit is contained in:
@@ -20,7 +20,7 @@ namespace motions {
|
||||
[[nodiscard]] std::string toString() const override;
|
||||
|
||||
private:
|
||||
double m_chi{0.95531661812450927816385710251575775424341469501000549095969812932191204590}; // 54.74 deg
|
||||
double m_chi{std::acos(-1.0 / 3.0)}; // 54.74 deg
|
||||
|
||||
std::array<double, 6> m_corners{};
|
||||
int m_corner_idx{0};
|
||||
|
||||
Reference in New Issue
Block a user