Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvad committed Sep 26, 2023
1 parent 83199f3 commit 88611d6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sophus/so2.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,8 @@ class SO2Base {
Scalar const& real = unit_complex().x();
Scalar const& imag = unit_complex().y();
return HomogeneousPointProduct<HPointDerived>(
real * p[0] - imag * p[1],
imag * p[0] + real * p[1],
static_cast<ReturnScalar<HPointDerived>>(p[2])
);
real * p[0] - imag * p[1], imag * p[0] + real * p[1],
static_cast<ReturnScalar<HPointDerived>>(p[2]));
}

/// Group action on lines.
Expand Down

0 comments on commit 88611d6

Please sign in to comment.