Skip to content
Snippets Groups Projects
Commit 51cb19a7 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

clang-format

parent ed949ac2
No related branches found
No related tags found
1 merge request!2184cleanup as suggested by clang-tidy
Pipeline #121828 passed
......@@ -36,7 +36,7 @@ CameraParams::CameraParams(const F3& eye_, const F3& ctr_, const F3& up_, QQuate
CameraParams CameraParams::interpolateTo(const CameraParams& to, float r) const
{
return {interpolateF3(eye, to.eye, r), interpolateF3(ctr, to.ctr, r),
interpolateF3(up, to.up, r), QQuaternion::slerp(rot, to.rot, r)};
interpolateF3(up, to.up, r), QQuaternion::slerp(rot, to.rot, r)};
}
} // namespace Img3D
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment