Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubpa committed Sep 19, 2020
1 parent 0aaf8de commit d6c798f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/05_quat/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ int main() {
cout << q.theta() << endl;
cout << q.is_identity() << endl;
cout << quatf::rotate_with<Axis::X>(to_radian(45.f)) << endl;
cout << eulerf(to_radian(45.f), to_radian(45.f), to_radian(45.f)).to_quat() << endl;
cout << eulerf{ 45.f }.to_quat() << endl;
}

0 comments on commit d6c798f

Please sign in to comment.