summaryrefslogtreecommitdiffhomepage
path: root/pose-widget/pose-widget.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-05-01 01:01:28 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-05-01 01:02:34 +0200
commit57712e58d97a048d3d6d0b613fab4a99ab26e583 (patch)
tree9d9691b0be8fd65582ed19576998d640ffe76be7 /pose-widget/pose-widget.hpp
parent8aa78cf708d646a05090223b55294f3390cb8e29 (diff)
pose-widget: catch 90 deg oblique rotation sooner
Diffstat (limited to 'pose-widget/pose-widget.hpp')
-rw-r--r--pose-widget/pose-widget.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/pose-widget/pose-widget.hpp b/pose-widget/pose-widget.hpp
index 7db1d200..b528d394 100644
--- a/pose-widget/pose-widget.hpp
+++ b/pose-widget/pose-widget.hpp
@@ -59,8 +59,6 @@ class pose_transform final : private QThread
template<typename F>
inline void with_image_lock(F&& fun);
- static vec3 normal(const vec3& p1, const vec3& p2, const vec3& p3);
-
rmat rotation, rotation_;
vec3 translation, translation_;