simonfuhrmann / mve

Multi-View Environment
http://www.gcc.tu-darmstadt.de/home/proj/mve/
Other
993 stars 419 forks source link

Bug report in Quaternion<T>::get_axis_angle #525

Closed stanleylijilin closed 3 years ago

stanleylijilin commented 3 years ago

The parameter axis should be normalized with std::sqrt(v[1]v[1] + v[2]v[2] + v[3]*v[3])