| # | Line 4 | Line 4 | Euler3::Euler3(const Vector3d& v){ | |
|---|---|---|
| 4 | #include "Vector3d.hpp" | |
| 5 | ||
| 6 | Euler3::Euler3(const Vector3d& v){ | |
| 7 | < | this->theta = v.x; |
| 8 | < | this->phi = v.y; |
| 7 | > | this->phi = v.x; |
| 8 | > | this->theta = v.y; |
| 9 | this->psi = v.z; | |
| 10 | } | |
| 11 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |